d23582eb82
The OIDC issuer URL in .env ends with a trailing slash, which caused the authorize endpoint to have a double slash (//authorize). - Normalize issuer URL by removing trailing slash before appending path - Applied to both LoginPage.tsx and CallbackPage.tsx - Fixes Authentik 'not found' error on login redirect