Taskbar PWA wrongly GET-ting homepage
I pinned an address like https://www.example.com/necessary/path/so/this/works but when I open my PWA firefox connects to https://www.example.com which by some genius desi… (read more)
I pinned an address like https://www.example.com/necessary/path/so/this/works but when I open my PWA firefox connects to https://www.example.com which by some genius design throws me to a different website if I am not logged in. So I have to access the correct path from a regular FF window, then log in, then open my PWA.
PWAs must connect to the correct address (https://www.example.com/necessary/path/so/this/works), NOT the home page (http://www.example.com)
Is there a fix for this? How can I fix this?