codex/fix-oidc-relative-login-url
main
生产 Web 使用相对 API 基址 /gateway-api,登录时单参数 new URL(...) 抛出 Invalid URL。
/gateway-api
new URL(...)
Invalid URL
pnpm lint
pnpm test
pnpm build
No dependencies set.
The note is not visible to the blocked user.
问题
生产 Web 使用相对 API 基址
/gateway-api,登录时单参数new URL(...)抛出Invalid URL。修复
验证
pnpm lintpnpm testpnpm build