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
When i tried to request this endpoint: http://localhost:3000/.well-known/openid-configuration.
This error appears: "Error: The edge runtime does not support Node.js 'zlib' module.
Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime"
On an other setup i have made i had the same issue but with the module "http2".
This error can't be bypassed.
To reproduce
Run the server with pnpm run dev and go to http://localhost:3000/.well-known/openid-configuration
Screenshots
Expected behavior
No error and same content as if the request was made directly to zitadel.
Relevant Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Preflight Checklist
Version
latest github commit
Describe the problem caused by this bug
When i tried to request this endpoint:
http://localhost:3000/.well-known/openid-configuration
.This error appears: "Error: The edge runtime does not support Node.js 'zlib' module.
Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime"
On an other setup i have made i had the same issue but with the module "http2".
This error can't be bypassed.
To reproduce
Run the server with
pnpm run dev
and go tohttp://localhost:3000/.well-known/openid-configuration
Screenshots
Expected behavior
No error and same content as if the request was made directly to zitadel.
Relevant Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: