Cloudflare does not create Preview URLs for Workers
Why is that? Am I missing something? It seems that for PRs, cloudflare does deploy to production.

2 Replies
Are you using Durable Objects? https://developers.cloudflare.com/workers/configuration/previews/#limitations
Hey! Thanks for your response. No I do not, but I just figured out that I missed to set the optional "preview deploy command" which I did set now. Although this now leads to another problem:
You have specified the environment "preview", but are using a redirected configuration, produced by a build tool such as Vite.This is with Nuxt. I guess I've to keep on looking for the correct Nuxt + Worker setup.