pwa-builder / CloudAPK

Build Android APK packages on the cloud
Other
144 stars 44 forks source link

[BUG] #56

Closed canbax closed 3 years ago

canbax commented 3 years ago

Describe the bug Probably this bug is specifically related to Github-pages but anyway let me show you.

/.well-known/assetlinks.json is not served through Github-pages

To Reproduce You can see that my file is here in the right folder. https://github.com/canbax/namaz-vakti/tree/gh-pages/.well-known but if you go and open https://canbax.github.io/namaz-vakti/.well-known/assetlinks.json you see 404. My project is actively deployed here https://canbax.github.io/namaz-vakti/

When I put my file to the root, not in the ".well-known" folder it was visible but now it is not.

ghost commented 3 years ago

Hello canbax, 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 🙌

davrous commented 3 years ago

Hi @canbax, sorry for the delay in our answer. As you say, this is github related issue. But maybe @JudahGabriel knows how to workaround this.

andreban commented 3 years ago

I wonder if this workaround helps: https://developers.google.com/web/android/trusted-web-activity/quick-start#jekyll_based_websites

canbax commented 3 years ago

Thank you! The file is now served. You are very helpful.