Relative Content

Tag Archive for javascriptreactjsnext.js13

fetch doesn’t work in getServerSideProps but it works in client side

I have an endpoint that I fetch in client side in a page of Next JS it works,
But once I use the same endpoint with everything same it doesnt work
I got this error
errno: -3008,
code: ‘ENOTFOUND’,
syscall: ‘getaddrinfo’,
hostname: ‘api.exemple.fr’
No problem in the implementation,