Skip to content

fix(web): eliminate /login redirect loop and update auth redirect URI#475

Merged
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:fix/web-app-login-redirect-loop
Jul 23, 2026
Merged

fix(web): eliminate /login redirect loop and update auth redirect URI#475
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:fix/web-app-login-redirect-loop

Conversation

@Himanth-reddy

Copy link
Copy Markdown
Collaborator

Summary

Fixes an issue where navigating to arvio.tv/app or reloading the web app redirected users into a /login authentication loop.

Changes

  • Redirection: Updated netlify-arvio-tv-site/netlify.toml so /app redirects directly to https://web.arvio.tv instead of https://web.arvio.tv/login.
  • Auth Redirect URI: Updated OAuth redirect_uri in LoginScreen.tsx, SettingsScreen.tsx, and store.tsx to target root (https://web.arvio.tv/).
  • /login Route: Configured Next.js /login route (web/app/login/page.tsx) to redirect to / to ensure /login never lingers in the address bar or causes loop reloads.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@ProdigyV21
ProdigyV21 merged commit 7530af6 into ProdigyV21:main Jul 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants