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
During ssr, I am getting error: fetch is not defined at server side. How should I handle data fetch from db and render it from server side.
Client side as fetch is available, ajax call is made and data is fetched. Any help or guide would be much appreciatable.
The text was updated successfully, but these errors were encountered:
During ssr, I am getting error: fetch is not defined at server side. How should I handle data fetch from db and render it from server side.
Client side as fetch is available, ajax call is made and data is fetched. Any help or guide would be much appreciatable.
The text was updated successfully, but these errors were encountered: