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
In many pages ( Ex: index.tsx ) api routes are being used inside getServerSideProps which is not recommended as it will cause an extra request ( because api routes and getServerSideProps both run on server ) reducing performance.
The text was updated successfully, but these errors were encountered:
In many pages ( Ex: index.tsx ) api routes are being used inside getServerSideProps which is not recommended as it will cause an extra request ( because api routes and getServerSideProps both run on server ) reducing performance.
The text was updated successfully, but these errors were encountered: