René's URL Explorer Experiment


Title: [Bug Report: Documentation Errors] Custom Web Widget - NoSuchKey error · Issue #232 · GoHighLevel/highlevel-api-docs · GitHub

Open Graph Title: [Bug Report: Documentation Errors] Custom Web Widget - NoSuchKey error · Issue #232 · GoHighLevel/highlevel-api-docs

X Title: [Bug Report: Documentation Errors] Custom Web Widget - NoSuchKey error · Issue #232 · GoHighLevel/highlevel-api-docs

Description: 🐛 Describe the Bug I uploaded this dist.zip on marketplace app web widget module. But when I use the widget the Web Widget Settings shows up and stuck on loading. Then I check the console log and got this 404 error then on the response I...

Open Graph Description: 🐛 Describe the Bug I uploaded this dist.zip on marketplace app web widget module. But when I use the widget the Web Widget Settings shows up and stuck on loading. Then I check the console log and g...

X Description: 🐛 Describe the Bug I uploaded this dist.zip on marketplace app web widget module. But when I use the widget the Web Widget Settings shows up and stuck on loading. Then I check the console log and g...

Opengraph URL: https://github.com/GoHighLevel/highlevel-api-docs/issues/232

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug Report: Documentation Errors] Custom Web Widget - NoSuchKey error","articleBody":"### 🐛 Describe the Bug\n\nI uploaded this [dist.zip](https://github.com/user-attachments/files/24601817/dist.zip) on marketplace app web widget module. But when I use the widget the Web Widget Settings shows up and stuck on loading. Then I check the console log and got this 404 error then on the response I got this NoSuchKey error. There is no information on the documentation on how or why this error happens and how to fix this.\n\nThis is the [link](https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35) that got the error.\n\n\u003cimg width=\"739\" height=\"80\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7c76e6b2-2aa4-40a4-88ce-9e6766f745fc\" /\u003e\n\n\u003cimg width=\"900\" height=\"196\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/835abb02-8672-496e-918b-408fe70c198c\" /\u003e\n\n\n### 📍 API Endpoint\n\nhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35\n\n### ✅ Expected Behavior\n\nWhen accessing the widget hosting URL with a trailing slash (e.g., .../version-id/), the platform should:\n\nServe the index.html file with Content-Type: text/html\nRender the HTML content in the iframe\nLoad external assets (CSS/JS) from the ./assets/ directory\nDisplay the widget configuration interface to the user\nThe widget iframe should load successfully and display the configuration UI, allowing users to interact with widget settings.\n\n### 💻 Screenshots or Code Samples\n\n_No response_\n\n### Product Area\n\nmarketplace-modules\n\n### 📋 Use Case\n\nI'm developing a custom web widget for the HighLevel App Marketplace following the official developer documentation:\n\nDocumentation: [https://help.gohighlevel.com/support/solutions/articles/155000003915](https://help.gohighlevel.com/support/solutions/articles/155000003915)\nWidget Type: Title Widget (allows users to customize page titles in funnel builder) (This is just for my testing)\nTechnology Stack: React + Vite + TypeScript + Postmate (for iframe communication)\n\n**Project Structure:**\n{\n  \"name\": \"main-title-widget\",\n  \"dependencies\": {\n    \"postmate\": \"^1.5.2\",\n    \"react\": \"^19.1.1\",\n    \"react-dom\": \"^19.1.1\",\n    \"tailwindcss\": \"^4.1.13\"\n  }\n}\n\n**Build Output** (dist folder)\ndist/\n├── index.html (406 bytes - references external assets)\n├── assets/\n│   ├── index-DIBb9ILI.css (4.5KB)\n│   └── index-DnvY7fUP.js (192KB)\n└── vite.svg\n\n**index.html structure:**\n```\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003clink rel=\"stylesheet\" crossorigin href=\"./assets/index-DIBb9ILI.css\"\u003e\n    \u003cscript type=\"module\" crossorigin src=\"./assets/index-DnvY7fUP.js\"\u003e\u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cdiv id=\"root\"\u003e\u003c/div\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n### 🚨 Why Should This Be Prioritized?\n\nCRITICAL - Blocks App Marketplace Launch\n\nComplete Feature Failure: The widget is completely non-functional. Users cannot configure or use the widget at all.\n\nAffects All Future Widget Developers: This bug will impact any developer trying to build web widgets following the official documentation. It creates a broken developer experience.\n\n### 🧠 Additional Context\n\nWhat I've Already Tried:\n✅ Inline all CSS/JS into HTML - Still served as application/octet-stream\n✅ External assets with proper relative paths - Same issue\n✅ Verified ZIP structure - Files at root level, not nested in folders\n✅ Tested with different file sizes - 406 bytes (external) and 197KB (inline)\n✅ Checked HTML encoding - No BOM, proper UTF-8\n✅ Multiple re-uploads - Issue persists across uploads\n✅ Reinstalled app - No change\nTechnical Investigation:\nTesting URLs:\n\n# Without trailing slash - Returns noSuchKey\nhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35\n\n# With trailing slash - Returns 200 but wrong Content-Type\nhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/\n- Response: Content-Type: application/octet-stream ❌\n- File gets download without extension\n\n# Direct file access - Returns noSuchKey\nhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/index.html","author":{"url":"https://github.com/jerickbaetiong","@type":"Person","name":"jerickbaetiong"},"datePublished":"2026-01-13T23:54:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/232/highlevel-api-docs/issues/232"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:635ef5e4-9b52-ce4a-60d5-ae9402bf97ec
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBABE:1E2E76:13F8433:1B6F39D:6A4C801B
html-safe-noncec8d211ddea5cb4b80ec4aff7cd2555b690b8708556f654380ff3b99332e32f0d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQUJFOjFFMkU3NjoxM0Y4NDMzOjFCNkYzOUQ6NkE0QzgwMUIiLCJ2aXNpdG9yX2lkIjoiODU2ODU1MzE5NDMxNjkyMjkwOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc7ca54791b9b41378caeb2dac5a0d84952fe879207054b0a8a94eb553252c117
hovercard-subject-tagissue:3810993771
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/GoHighLevel/highlevel-api-docs/232/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b74796819f22739b4b3de03766544d900cb678bc2439f567b4bb8443b7e55583/GoHighLevel/highlevel-api-docs/issues/232
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b74796819f22739b4b3de03766544d900cb678bc2439f567b4bb8443b7e55583/GoHighLevel/highlevel-api-docs/issues/232
og:image:alt🐛 Describe the Bug I uploaded this dist.zip on marketplace app web widget module. But when I use the widget the Web Widget Settings shows up and stuck on loading. Then I check the console log and g...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejerickbaetiong
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/GoHighLevel/highlevel-api-docs git https://github.com/GoHighLevel/highlevel-api-docs.git
octolytics-dimension-user_id58707857
octolytics-dimension-user_loginGoHighLevel
octolytics-dimension-repository_id977443805
octolytics-dimension-repository_nwoGoHighLevel/highlevel-api-docs
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id977443805
octolytics-dimension-repository_network_root_nwoGoHighLevel/highlevel-api-docs
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasecd470457e909b9d062f8002cf438ba870e6acff6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/GoHighLevel/highlevel-api-docs/issues/232#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGoHighLevel%2Fhighlevel-api-docs%2Fissues%2F232
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGoHighLevel%2Fhighlevel-api-docs%2Fissues%2F232
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=GoHighLevel%2Fhighlevel-api-docs
Reloadhttps://github.com/GoHighLevel/highlevel-api-docs/issues/232
Reloadhttps://github.com/GoHighLevel/highlevel-api-docs/issues/232
Reloadhttps://github.com/GoHighLevel/highlevel-api-docs/issues/232
Please reload this pagehttps://github.com/GoHighLevel/highlevel-api-docs/issues/232
GoHighLevel https://github.com/GoHighLevel
highlevel-api-docshttps://github.com/GoHighLevel/highlevel-api-docs
Notifications https://github.com/login?return_to=%2FGoHighLevel%2Fhighlevel-api-docs
Fork 70 https://github.com/login?return_to=%2FGoHighLevel%2Fhighlevel-api-docs
Star 128 https://github.com/login?return_to=%2FGoHighLevel%2Fhighlevel-api-docs
Code https://github.com/GoHighLevel/highlevel-api-docs
Issues 74 https://github.com/GoHighLevel/highlevel-api-docs/issues
Pull requests 3 https://github.com/GoHighLevel/highlevel-api-docs/pulls
Actions https://github.com/GoHighLevel/highlevel-api-docs/actions
Projects https://github.com/GoHighLevel/highlevel-api-docs/projects
Security and quality 0 https://github.com/GoHighLevel/highlevel-api-docs/security
Insights https://github.com/GoHighLevel/highlevel-api-docs/pulse
Code https://github.com/GoHighLevel/highlevel-api-docs
Issues https://github.com/GoHighLevel/highlevel-api-docs/issues
Pull requests https://github.com/GoHighLevel/highlevel-api-docs/pulls
Actions https://github.com/GoHighLevel/highlevel-api-docs/actions
Projects https://github.com/GoHighLevel/highlevel-api-docs/projects
Security and quality https://github.com/GoHighLevel/highlevel-api-docs/security
Insights https://github.com/GoHighLevel/highlevel-api-docs/pulse
[Bug Report: Documentation Errors] Custom Web Widget - NoSuchKey errorhttps://github.com/GoHighLevel/highlevel-api-docs/issues/232#top
bug-documentation-errorsImprovements or additions to documentation of the Highlevel APIhttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22bug-documentation-errors%22
funnelshttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22funnels%22
processedhttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22processed%22
https://github.com/jerickbaetiong
jerickbaetionghttps://github.com/jerickbaetiong
on Jan 13, 2026https://github.com/GoHighLevel/highlevel-api-docs/issues/232#issue-3810993771
dist.ziphttps://github.com/user-attachments/files/24601817/dist.zip
linkhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35
https://private-user-images.githubusercontent.com/38810676/535347418-7c76e6b2-2aa4-40a4-88ce-9e6766f745fc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMzOTg3MjgsIm5iZiI6MTc4MzM5ODQyOCwicGF0aCI6Ii8zODgxMDY3Ni81MzUzNDc0MTgtN2M3NmU2YjItMmFhNC00MGE0LTg4Y2UtOWU2NzY2Zjc0NWZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzA3VDA0MjcwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5YTQ1NzUwZDcwOWQxOGMyOGYzMzVkNjMxMGVkZDczNzNmZDI0NWYwMjA1OTQ4NzdjZGI5YmZjYzZiNTQ5YTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.xTpUSACTRi4DLjNTelOFUGcyg5WN2dorG8gWPoN7Vpg
https://private-user-images.githubusercontent.com/38810676/535347654-835abb02-8672-496e-918b-408fe70c198c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMzOTg3MjgsIm5iZiI6MTc4MzM5ODQyOCwicGF0aCI6Ii8zODgxMDY3Ni81MzUzNDc2NTQtODM1YWJiMDItODY3Mi00OTZlLTkxOGItNDA4ZmU3MGMxOThjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzA3VDA0MjcwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM2ODIzZDUxMzAxYTgyNTM4NmY2MTUxNjBiYTBiZTI0M2Q0MTExYzMzZmNhNjA3NjQyOTFmMWZkYWU1NTI4NjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9._4B7h34sDUFelsnbs1m0M-wNTH36pLIA03hYtCCs2vY
https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35
https://help.gohighlevel.com/support/solutions/articles/155000003915https://help.gohighlevel.com/support/solutions/articles/155000003915
https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35
https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/
https://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/index.htmlhttps://plugins.leadconnectorhq.com/69633fa33074e7548d040ec5/01KENV5DWT3NH2TV39NRMC3JDS/6966c884477c754b306a5e35/index.html
bug-documentation-errorsImprovements or additions to documentation of the Highlevel APIhttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22bug-documentation-errors%22
funnelshttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22funnels%22
processedhttps://github.com/GoHighLevel/highlevel-api-docs/issues?q=state%3Aopen%20label%3A%22processed%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.