PWAs only work for domain, not full url path?
I tried making a PWA ("Add tab to taskbar") for "https://discord.com/channels/@me," but when I launch it, it only navigates to "https://discord.com," which is a splash pa… (read more)
I tried making a PWA ("Add tab to taskbar") for "https://discord.com/channels/@me," but when I launch it, it only navigates to "https://discord.com," which is a splash page that prompts you to either download the Discord desktop app or continue on the web (clicking to continue on web then takes you to ./channels/@me). Examining the desktop shortcut for the PWA confirms that the URL it targets is "https://discord.com"; however, changing this url manually in the shortcut then relaunching it STILL only navigates to the discord.com domain, not the full discord.com/channels/@me url path that I specified.
Can anyone else confirm whether PWAs can only currently target a domain, not a specific url path?