Skip to content
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

Not installable as web app when using login credentials #633

Open
PoW-chain opened this issue Mar 29, 2024 · 0 comments
Open

Not installable as web app when using login credentials #633

PoW-chain opened this issue Mar 29, 2024 · 0 comments
Labels

Comments

@PoW-chain
Copy link

When I require credentials to login to the explorer, it is not installable as web app. The reason is the manifest file is then not loaded correctly.

When using credentials, crossorigin="use-credentials" should be added to the manifest link in the layout.pug, as such:
link(rel="manifest", href=./img/network-${network}/site.webmanifest, crossorigin="use-credentials")

Also I noticed the manifest files do not include "start_url", which is required according to the specification.

I fixed this manually in my installation and fixed the issue. Don't know how to create the pull request for this.

@PoW-chain PoW-chain added the bug label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant