You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed, on the same hobby account on Vercel, 2 version of same app. One with Nextjs one with Remix.
Calling the same API on Azure apps.
Nextjs just keeps timeouting, using getServerSideProps. Timeout is 10 seconds. But Remix works just fine, using loader. I find that interesting especially on Vercel.
How is Remix different in calling API on server side?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed, on the same hobby account on Vercel, 2 version of same app. One with Nextjs one with Remix.
Calling the same API on Azure apps.
Nextjs just keeps timeouting, using
getServerSideProps
. Timeout is 10 seconds. But Remix works just fine, usingloader
. I find that interesting especially on Vercel.How is Remix different in calling API on server side?
Beta Was this translation helpful? Give feedback.
All reactions