Giannis Kazakidis
Giannis Kazakidis
had the same issue, thanks for bringing up the question. Why do we even have to pass the event in the serverSupabaseServiceRole? I thought the event was to check authentication,...
Hi @atinux , Thanks for the reply and suggestions, I indeed removed the code related to nodemailer and the status code changed from the 500 that I was receiving to...
Great suggestion, on step 1 it is suggesting to add: `compatibility_flags = ["nodejs_compat"] //or compatibility_flags = ["nodejs_compat_v2"]` to wrangler.toml I see this file is automatically generated, does nuxthub allow me...
Another issue I had to solve, that other people trying to setup a Stripe webhook with cloudflare might encounter, can be found [here](https://github.com/stripe/stripe-node/issues/1942). Basically 'await constructEventAsync()' should be used instead...