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
I’m trying to connect a custom TypeScript-based login UI to my self-hosted Zitadel instance, but I’m encountering an HTTP 404 error when attempting to access the /loginname page.
Error:
⨯ Error [ConnectError]: [unimplemented] HTTP 404
at <unknown> (.next/server/chunks/8278.js:1:137572)
at w (.next/server/chunks/8278.js:1:138049)
at next (.next/server/chunks/8278.js:1:173467)
at async Object.unary (.next/server/chunks/8278.js:1:172726)
at async Object.l [as listOrganizations] (.next/server/chunks/8278.js:1:47329)
at async p (.next/server/app/(login)/loginname/page.js:1:19119) {
rawMessage: 'HTTP 404',
code: 12,
metadata: {
date: 'Thu, 17 Apr 2025 06:41:06 GMT',
content-type: 'application/json',
content-length: '33',
vary: 'Origin',
x-robots-tag: 'none',
strict-transport-security: 'max-age=31536000; includeSubDomains'
},
details: [],
cause: undefined,
digest: '2844608709'
}
To reproduce
Set up a self-hosted Zitadel instance (latest version)
Preflight Checklist
Version
master and v2.71.7 of zitadel
Describe the problem caused by this bug
I’m trying to connect a custom TypeScript-based login UI to my self-hosted Zitadel instance, but I’m encountering an HTTP 404 error when attempting to access the /loginname page.
Error:
To reproduce
Screenshots
Expected behavior
The login page should load and allow users to enter their login name.
Relevant Configuration
Zitadel version: v2.71.7
Frontend: TypeScript custom login UI (from zitadel/zitadel-login repo)
Deployment: tried on Vercel and custom infrastructure
Additional Context
No response
The text was updated successfully, but these errors were encountered: