Guest User

Untitled

a guest
Feb 16th, 2026
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. root@vps021:~/services/zitadel# docker logs zitadel-login-1
  2. ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat is set. Awaiting file and reading token.
  3. token file found, reading token
  4. ▲ Next.js 15.5.9
  5. - Local: http://[::1]:3000
  6. - Network: http://[::]:3000
  7.  
  8. ✓ Starting...
  9. ✓ Ready in 368ms
  10. getAllSessions: No session cookie found, returning empty array
  11. Error [ConnectError]: [not_found] unable to set instance using origin &{zitadel:8080 auth.xxxxx.com https} (ExternalDomain is auth.xxxxx.com): ID=QUERY-1kIjX Message=Instance not found. Make sure you got the domain right. Check out https://zitadel.com/docs/apis/introduction#domains Parent=(unable to get instance by domain: instanceDomain zitadel, publicHostname auth.xxxxx.com: ID=QUERY-1kIjX Message=Errors.IAM.NotFound)
  12. at u (.next/server/chunks/5531.js:1:1751)
  13. at w (.next/server/chunks/5531.js:1:2663)
  14. at next (.next/server/chunks/5531.js:1:38845)
  15. at async Object.unary (.next/server/chunks/5531.js:1:37577)
  16. at async Object.i [as getAuthRequest] (.next/server/chunks/5531.js:9:17830)
  17. at async M (.next/server/app/login/route.js:1:2209)
  18. at async k (.next/server/app/login/route.js:13:3811) {
  19. rawMessage: 'unable to set instance using origin &{zitadel:8080 auth.xxxxx.com https} (ExternalDomain is auth.xxxxx.com): ID=QUERY-1kIjX Message=Instance not found. Make sure you got the domain right. Check out https://zitadel.com/docs/apis/introduction#domains Parent=(unable to get instance by domain: instanceDomain zitadel, publicHostname auth.xxxxx.com: ID=QUERY-1kIjX Message=Errors.IAM.NotFound)',
  20. code: 5,
  21. metadata: Headers {
  22. 'grpc-message': 'unable to set instance using origin &{zitadel:8080 auth.xxxxx.com https} (ExternalDomain is auth.xxxxx.com): ID=QUERY-1kIjX Message=Instance not found. Make sure you got the domain right. Check out https://zitadel.com/docs/apis/introduction#domains Parent=(unable to get instance by domain: instanceDomain zitadel, publicHostname auth.xxxxx.com: ID=QUERY-1kIjX Message=Errors.IAM.NotFound)',
  23. 'grpc-status': '5',
  24. 'content-type': 'application/grpc+proto',
  25. date: 'Mon, 16 Feb 2026 09:28:59 GMT',
  26. 'grpc-accept-encoding': 'gzip',
  27. 'grpc-encoding': 'gzip',
  28. vary: 'Origin',
  29. 'x-robots-tag': 'none'
  30. },
  31. details: [],
  32. cause: undefined
  33. }
Advertisement
Add Comment
Please, Sign In to add comment