API resolved without sending a response when trying to fetch data from separate page #26345
Unanswered
codedbyjordan
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an endpoint setup that queries an external database and page that calls that endpoint
inside of
getServerSideProps
. With the following code,When I visit the API endpoint the data is successfully returned but when I go to the page I I get this error:
API resolved without sending a response for /api/get_bans, this may result in stalled requests.
API Endpoint
Beta Was this translation helpful? Give feedback.
All reactions