pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.75k stars 284 forks source link

Error generating android package #2210

Closed amirrezakhakpour closed 2 years ago

amirrezakhakpour commented 2 years ago

I received the following error when generating a package for https://salamatful.ir

TypeError: Failed to fetch at w (https://www.pwabuilder.com/index-2de68661-96442f02.js:1:7582) at https://www.pwabuilder.com/index-2de68661-96442f02.js:1:16784 at async L (https://www.pwabuilder.com/index-2de68661-96442f02.js:1:14334) at async HTMLElement.generate (https://www.pwabuilder.com/app-publish-b32db0b3-cc7efbe3.js:393:1888)

ghost commented 2 years ago

Hello amirrezakhakpour, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will investigate the issue and help solve it ASAP. Other community members may also look into the issue and provide feedback 🙌

JudahGabriel commented 2 years ago

The issue is that your manifest says you have multiple PNG images. In fact, you have a single (massive) WEBP image with a .PNG extension.

WEBP images are not supported in PWABuilder at this time.

Change your manifest images to PNG, and resize them to the size it says in your manifest, then it'll work for you.