| ▲ | sidcool 3 hours ago | |||||||
Can one host a Next js app on cloudflare? | ||||||||
| ▲ | phpnode 3 hours ago | parent | next [-] | |||||||
yes, https://developers.cloudflare.com/workers/framework-guides/w... | ||||||||
| ||||||||
| ▲ | kstrauser 2 hours ago | parent | prev [-] | |||||||
Maybe. CF’s runtime isn’t perfectly identical to Vercel’s. For instance, CF doesn’t support eval(), which is something you shouldn’t be doing often anyway, but it did mean that we can’t use the NPM protobufs package that’s a dependency for some Google SDKs. | ||||||||