laravel-pwa icon indicating copy to clipboard operation
laravel-pwa copied to clipboard

Does it support Chrome Desktop PWA

Open dominikager opened this issue 3 years ago • 2 comments

Hello,

is there a Support for Chrome Desktop PWA?

https://love2dev.com/blog/chrome-desktop-pwa/

Thanks a lot

dominikager avatar Aug 17 '21 13:08 dominikager

I'm having this same issue on localhost (running as customname.localhost through etc/hosts and virtual server on xampp). Installed via composer and it seems to work - I see everything under the application tab in Chrome but there is no option to install under the google chrome menu.

I install it on the live server which is serving over https and it works as expected but now I get a 419 error when I attempt to login, which is normally a token issue, but the token is there in the login form - maybe has to be tied into the service worker somehow?

dylanglockler avatar Dec 10 '21 03:12 dylanglockler

set the correct APP_URL in the .env File

dominikager avatar Jan 09 '22 15:01 dominikager