kofigumbs / multi

Create custom, lightweight macOS apps from websites
GNU General Public License v3.0
1.29k stars 39 forks source link

Discord crashes on selecting channel from sidebar #107

Open Genxster1998 opened 1 year ago

Genxster1998 commented 1 year ago

i made an app with url

{
  "tabs": [
    {
      "title": "Discord Lite",
      "url": "https://discord.com/app",
      "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15"
    }
  ]
}

And it crashes on selecting some channels to open Screenshot 2023-01-27 at 7 31 05 PM I have seen similar error with Fluid App and Unite 4 on MacOS.

kofigumbs commented 1 year ago

If you'd like to dig in further, I'd recommend looking at the console for a more specific error (right click anywhere, select "Inspect Element", and then look in the "Console" tab). I'll leave this issue open in case you want to use it to find other Discord+Multi users who've found a workaround.