cohenerickson / Velocity

Velocity is a fully featured tabbed proxy with a seamless browsing experience.
https://velocity.radon.games
GNU Affero General Public License v3.0
132 stars 301 forks source link

Web App not working Correctly #22

Closed Notplayingallday383 closed 1 year ago

Notplayingallday383 commented 1 year ago

Hi, Recently I have noticed that the PWA Web App of Velocity does not work when you launch it from the ChromeOS Launcher and I have found out why. Its because it starts at /index.html which generates a 404 error/white screen I think this should fix it but idk { "name": "Velocity", "short_name": "Velocity", "description": "A fully featured web browser built using web technologies.", "icons": [ { "src": "icons/32.png", "sizes": "32x32", "type": "image/png" }, { "src": "icons/512.png", "sizes": "512x512", "type": "image/png" }, { "src": "icons/touch.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "start_url": "/", "display": "fullscreen", "theme_color": "#1c1b22", "background_color": "#1c1b22", "display_override": ["window-controls-overlay"] }

glitch128 commented 1 year ago

it already has been fixed, he just hasn't pulled the changes to the VPS. I was the one to create the pull request to fix that. I hope he pulls the changes soon.

cohenerickson commented 1 year ago

Duplicate of #14 and fixed in #16

glitch128 commented 1 year ago

hey, I feel like this shouldn't be closed until the changes have actually been pulled to the website

cohenerickson commented 1 year ago

As I see it, the issue has been resolved.