Issue trying to convert to cloudflare workers
I have my project currently deployed on vercel as a NextJs project. I'm trying to convert it to cloudflare workers using opennextjs/cloudflare, however I'm encountering some issues with the auth handler.
and my current auth setup:
1 Reply
make sure to update to latest and you might need to enable node_compact if you haven't