this post was submitted on 14 Jul 2023
6 points (100.0% liked)
Voyager
5585 readers
58 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe it's a bug with vger, maybe a cache/Chrome thing but it might also be a config issue.
When a web app wants to be installable, it needs to serve a file that tells the browser some things about itself - the manifest. If you visit your own instance on your server and take a look at the HTML source code in the browser (or use the dev tools), you should see a line like this:
This tell the browser where to find the manifest. If you open said file, it should contain a line with the start link that gets invoked when you start the PWA. In this file, you should see a line like this with the link:
Make sure that this link points to your installation and not to vger.app
As I don't host vger myself, I don't know if and how you can change the values there or what should be the correct link, but this might get you started to track down the error.
Thank you! I'll dig into this.