Middleware, clerk auth, nextjs

For Workes & Pages, what is the name of the domain?

jouleyard.pages.dev

What is the issue or error you’re encountering

I’m using clerk auth, on the server side (hono), I should use hono-clerk middleware. Clerk needs Clerk Secret Key from env variables, but they don’t appear to be presenting whilst going though the middleware.

What steps have you taken to resolve the issue?

Couldn’t

What are the steps to reproduce the issue?

Nextjs with Hono Functions, try creating a middleware that needs access to an env variable add it to your endpoint.