Deploying Nextjs app on Cloudflare workers
We must have wrangler installed globally: npm install -g wrangler Login to CF wrangler login In the project directory: npm install --save-dev @opennextjs/cloudflare In the project dir create wrangler.toml file and add next content to it: name = "my-next-cloudflare-app" compatibility_date = "2024-12-14" compatibility_flags = […
Read more →