Project

General

Profile

Edit Copy Actions

Feature #8059

open

Backend local setup and OAuth redirect troubleshooting

Added by Anonymous 12 days ago.

Status:
New
Priority:
High
Assignee:
Start date:
03/05/2026
Due date:
03/05/2026 (12 days late)
% Done:

100%

Estimated time:
8:00 h

Description

Ran backend in dev mode (npm run dev) and verified app boot sequence.
Confirmed successful MongoDB connection and health endpoint availability.
Investigated local port conflicts (4000 and 3456 in use); backend auto-fell back to port 5000.
Reviewed and documented required .env updates for local auth flow:
VITE_API_URL=http://localhost:5000
GOOGLE_REDIRECT_URI=http://localhost:5000/api/auth/google/callback
Noted Google OAuth redirect URI configuration requirement in GCP credentials.
Checked local Node version (v22.19.0) after compatibility warning (recommended Node 20 LTS for best compatibility).


Add

Subtasks


Add

Related issues

No data to display

Edit Copy Actions

Also available in: Atom PDF