Posts by Tanaca • 1 point
2 posts
-
0
votes1
answer236
viewsA: Next.js-getStaticProps fetch dates
I ended up discovering that requests made in components, are not rendered in ssr, but if I add them on the page above it, they appear and step as props.
-
-1
votes1
answer236
viewsQ: Next.js-getStaticProps fetch dates
I’m having a problem with the getStaticProps in the Next.js, my code requests information from an API created by me, just using it on a particular component that does not return any. the following…