I configured Nordbase on Cloudflare Workers using the GitHub example, just for learning and testing purposes.
However, when I try to log in, the console shows the following error:
handleAction.ts:437 Missing custom action @toddle/setHttpOnlyCookie
The response from Supabase is 200, but the login doesn’t work and just keeps loading.
Sign-up works fine — the account is created, but it seems like the user session gets lost.
In the Nordcraft editor, everything works fine.
Did I do something wrong?
I imagine it’s something simple, but since I’m still learning, I got lost.