Search found 1 match
- Mon Nov 08, 2021 8:02 am
- Forum: Linux
- Topic: install app named descript
- Replies: 1
- Views: 3085
Re: install app named descript
This is caused because the browser is trying to redirect to a url that looks like: descriptbc:///auth0/authorize-callback?code=abcde , and Descript isn't registered to handle it. I found a workaround: Open up devtools (F12), reload the page, and on the Network tab, find where the url that it is tryi...