#Build problem in remix
1 messages · Page 1 of 1 (latest)
If your server is erroring it’s almost definitely that. Possibly try just fetch instead of axios. Though idk why that should make a difference. also if you’re using suspense await defer just make sure vercel supports it. I think some edge runtimes have issues but the remix team themselves would have a better idea on that
this appears to be a cors issue, you can move this fetch to a loader and return it from there and should be good to go