#Build problem in remix

1 messages · Page 1 of 1 (latest)

sweet lintel
#

Do you get any error messages in the page? When I visit the url you pasted, it shows several graphs which seems ok. What data is missing?

olive shoal
#

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

rapid drum
#

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