Skip to content

Application setup issues

j-ruda-guardian edited this page Jun 18, 2025 · 4 revisions

OAuth Cookies Not Persisting After Callback

Symptoms:

  • After completing the /oauth/callback flow, the expected cookies (GU_ACCESS_TOKEN, GU_ID_TOKEN) are not persisted in the browser.
  • The browser receives a 502 Bad Gateway response from Nginx during or after the callback step.
  • No visible application error occurs client-side, making the issue hard to trace.

Read here

Clone this wiki locally