You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add comprehensive API URL validation across all layers
Add validation for NEXT_PUBLIC_API_URL at multiple levels to catch
configuration errors early:
- Build-time: Validate URL format and presence in Dockerfile
- Runtime: Validate URL format in docker-entrypoint.sh
- Frontend: Add URL validation with proper error handling and fallbacks
- Infrastructure: Validate URL format in CDK construct
- CI/CD: Pass API URL as explicit build argument
Additionally, fix logout functionality to use auth context action
instead of simple navigation link.
0 commit comments