Tag: vps
-
NGINX NextJS GraphQL same origin same port fetch calls show 502 Bad Gateway Error
0 Alright I’ve been completely stuck on this and need huge help quick. What I’m trying to do: My domain: https://example.com (just a placeholder) NextJS App https://localhost:3000 (custom server with express) My GraphQL API https://localhost:3000/api/graphql (custom server with express) The NextJS App and the GraphQL API is on the same NodeJS server. The routes actually…