#getServerSideProps returns 404 when calling internal backend
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Every time I call my backend on localhost (like https://localhost:8080/graphql) I get 404 ERROR
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>```
could someone explain why and/or tell me how can I test my backend with my app?
What server are you using for your back end? Is it part of your next/node.js project or something separate?
does yarn build work?