ambitious-gigabyte-21534
04/19/2024, 12:19 PMThe browser does not contain the necessary cookie to resume the session. This is a security violation and was blocked. Please clear your browser's cookies and cache and try again!
However when I restart the flow, this does not happen again. Can somebody shed a light on what the problem might be and how to tackle it?magnificent-energy-493
/oauth2/auth
, note that it isn't allowed and not possible with OAuth2. This endpoint can only be accessed using a normal browser request by clicking a link or redirecting the end-user's browser to that endpoint.
5. Reverse Proxy or Load Balancers: If you're running Ory Hydra behind a reverse proxy that strips the Cookie header, it might cause issues.
To debug these issues, you can use tools like the Chrome DevTools. In Chrome DevTools, go to the Application tab and open the Cookies section. Look for Cookie
and Set-Cookie
HTTP headers. Inspecting the Network tab and looking for the same headers can also help you find the root cause of your problems.