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
🐛 fix(auth): use PORTLESS_URL as redirect origin behind the dev proxy
- Auth routes rebuilt redirects from request.url, which behind the portless
proxy is the internal localhost:PORT, breaking the OAuth callback with
ERR_SSL_PROTOCOL_ERROR.
- Use PORTLESS_URL when present; unset in production, so behavior is unchanged.
0 commit comments