Britt Crawford

Results 4 comments of Britt Crawford

I am having the same problem.

I have had the same issue with Go functions. Is there any way to run serverless functions alongside next.js API routes?

@aaronatbissell Thank you! This is the fix. The Gluestack install process is not properly adding the `withNativeWind` call.

It's not `process.env` that it needs to access. It's the Cloudflare workers bindings which are also exposed through a variable named `env`. It also does not change the fact that...