-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot download Android package #697
Comments
Hello migliori, 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 🙌 |
This may be an issue with BubbleWrap, the underlying tool we're using to generate and sign the APK. I'll investigate. |
Thanks, I appreciate your involvement & will wait |
Issue 698 is unrelated. I also tried generating directly with Bubblewrap and it works, meaning the issue is on the PWABuilder side of things. One thing you can try: in your app manifest, change start_url to "/". Try that and let me know your result. |
I changed the manifest start_url, it didn't help |
Same here. On the interface it shows me "fetch failed" |
OK, thanks for letting me know. Investingating, I'll get back to you shortly. |
Hey all! @migliori and @nsaraiva91 , would yall mind giving this another try? As part of fixing another issue this morning I think this one might possibly be fixed too. Thanks! |
@migliori just tried your site and can confirm it builds now. Thanks for opening an issue with us! |
@nsaraiva91 please feel free to comment if your site still has issues (: |
Hmm now it throws an error saying it can't find an icon from webmanifest:
My manifest file is in a subdomain (https://cdn.hintigo.com.br), so the icons have relative paths from that subdomain. Does this may be a problem? |
@jgw96 Thanks, it works now perfectly for me! |
@nsaraiva91 ahh yeah, thats gonna be a problem. We might could handle this better on our side, but i would say that its best practice to not have your icons in a subdomain from your PWA, you might run into issues caching them with a service worker at that point too. @migliori thanks for letting me know! |
To Reproduce
Steps to reproduce the behavior:
Additional info
Thanks for your help
The text was updated successfully, but these errors were encountered: