hello i’m working on visual studio and i want to set the following redirect uri on the twich site
“ms-appx-web://c8beb7b3-029e-46ef-aadd-48c4b8556585/index.html” but i got the error Missing or invalid top level domain
how i can fix that
thank you
The application settings only appear to support a valid domain with a TLD or localhost. You could use “http://localhost” and then grab the token or code out of the URL following the redirect.
Yes, i tried to do that but i can’t get the code on my new tab opened i use window.location.href but he don’t focus the right window do you have an idea ?
Thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.