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
Is there a right place where I can fetch the data?
I've tried next's getStaticProps and getServerSideProps and they work only on first request after page reload. If I come to the page from another page nothing fetches. getInitialProps seems not working at all.
The text was updated successfully, but these errors were encountered:
Is there a right place where I can fetch the data?
I've tried next's getStaticProps and getServerSideProps and they work only on first request after page reload. If I come to the page from another page nothing fetches. getInitialProps seems not working at all.
The text was updated successfully, but these errors were encountered: