@iSnifer@Jilles We had this problem a lot when we first developed create-cloudflare. We worked with the DNS team to minimize the chance of this and I have not heard of it causing problems for a couple of years.
@benankdev @MikeNomitch_CF Are you just using Vite to build the app before passing it to `wrangler pages dev` or `wrangler pages deploy`? I would have expected setting it as an external would work in that case...
@whatnicktweets@IgorMinar@CloudflareDev And we have an experimental Vite+React+API C3 template:
```
pnpx create-cloudflare@beta --experimental --framework=react
```
Give it a go and send us feedback!
@whatnicktweets@IgorMinar@CloudflareDev Yes! We've been working hard with the Vite team and other frameworks for the last 6 months on this.
Check out https://t.co/mv4e4StDeN.
@gabrielnocode@rickyrobinett@Cloudflare@angular On thing I am aware of is that Critter (critical CSS inlining) in SSR for Angular was not working well on Cloudflare. But the starter does not use this so it should work...
@gabrielnocode@rickyrobinett@Cloudflare@angular Hi Gabriel - could you DM me so that I can work through this with you?
I just tried it locally and the deployment succeeded but I might have chosen different options to you...