astro ssr (on demand) with supabase tries requiring `ws` module and errors
I can't find any examples of setting up supabase with ssr for astro + pages.
Getting this error:
Where the code in question is:
My page is at: https://two-made-one.pages.dev
Deployment id: fa75ab46-cb23-4ffa-b89a-e049325bb3b4
No idea on account id..
1 Reply
I tried setting ssr module for vite:
Was able to convert it to worker deploy, and it works this time. I tried it before and it errored on bindings during build i think.
This at least gets me unblocked..