Hello all. I have a problem with redirect to authorization via firefox.
I redirect client from server
https://id.twitch.tv/oauth2/authorize?client_id=/*clientId*/&redirect_uri=https://challenge.live/auth/twitch/code&response_type=code&scope=user:read:email&state=c4bcd93d-3b2d-4c81-8441-806ca232fc41
. In other browser client receive page with authorize twitch form. In Firefox(clean build, without different extensions) client receive my mainpage on my site without errors on server side. In “devTools”, section “network”, I noticed that redirect success on twitch, but on subdomain is fail
I don’t know how to resolve this problem. Please tell me hot to fix this problem.