I have a working PERN app on my local machine (same repo), and trying to test on Github Codespaces.
When starting the GraphQL server on Github Codespace I'm getting erros when testing with Postman online Error: Exceeded maxRedirects. Probably stuck in a redirect loop
:
I'm under the assumption I have three options based on other ppl's projects:
Ideally in the end I want to continue testing and developing in Github Codespaces.
What's the best option for Codespaces development and the easiest for when I'm ready to deploy?
I never did successfully get Postman to work on Github Codespace... but I did however get my PERN stack running successfully and resolve the CORS and Network ERR issues I was ironically trying to troubleshoot with Postman.
Port Visibility
to Public