pwa-builder/PWABuilder

[BUG] Not managing to package my application. (Error: Only absolute URLs are supported)

Closed this issue · 0 comments

Link to the report card page

https://www.pwabuilder.com/reportcard?site=https://amitheasshole.app

What Store were you trying to package for?

Android

What is the error message you received?

Status code: 500. Error generating app package: Only absolute URLs are supported

Paste your stack trace below

The site I was testing is: https://amitheasshole.app
TypeError: Only absolute URLs are supported
at getNodeRequestOptions (/app/node_modules/@bubblewrap/core/node_modules/node-fetch/lib/index.js:1327:9)
at /app/node_modules/@bubblewrap/core/node_modules/node-fetch/lib/index.js:1454:19
at new Promise ()
at Function.fetch [as default] (/app/node_modules/@bubblewrap/core/node_modules/node-fetch/lib/index.js:1451:9)
at FetchUtils.fetch (/app/node_modules/@bubblewrap/core/dist/lib/FetchUtils.js:35:46)
at ImageHelper.fetchIcon (/app/node_modules/@bubblewrap/core/dist/lib/ImageHelper.js:94:56)
at TwaGenerator.generateIcons (/app/node_modules/@bubblewrap/core/dist/lib/TwaGenerator.js:210:45)
at TwaGenerator.createTwaProject (/app/node_modules/@bubblewrap/core/dist/lib/TwaGenerator.js:331:24)
at async BubbleWrapper.generateTwaProject (file:///app/build/bubbleWrapper.js:89:9)
at async BubbleWrapper.generateAppPackage (file:///app/build/bubbleWrapper.js:38:9)

What environment were you using?

Mac OS Sonoma 14.1.2
MacBook Pro 16 inch 2021
Google Chrome 126.0.6478.127

Additional context

No response