You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yuya-oc This is the error message when I click "Show more details":
Application: Mattermost 4.1.0
Platform: Windows_NT 10.0.16299 x64
TypeError [ERR_INVALID_URL]: Invalid URL:
at onParseError (internal/url.js:219:17)
at parse (internal/url.js:228:3)
at new URL (internal/url.js:311:5)
at Function. (C:\Users\Amy\Downloads\mattermost-desktop-4.1.0-rc1-win64 (1)\resources\app.asar\main_bundle.js:15415:23)
However, when I repeat the steps in webapp, a blank screen opens in a second tab, so maybe this is a server issue?
As far as looking the error stack, somehow the problem is happening at permission request handler apart from deep linking. So it seems that there is the timing the handler can't correctly get URL when deep linking works. I'll add a fallback there.
About the second blank tab, it's webapp issue. I think the link has target="_blank" attribute, so web browsers try to open a new tab.
Case 1
Repro Steps:
Expected:
Desktop app launches, and opens the Developers channel.
Observed:
Mac: Link causes #705
Windows: Error message
Case 2
Repro steps:
Expected:
Desktop app launches, and opens the Developers channel.
Observed:
Windows: Same error as above.
The text was updated successfully, but these errors were encountered: