Replies: 1 comment 2 replies
-
I have the same issue with Error code: -27 but calling public web site and not calling locally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a client (vuejs) and server (nodejs) session running. The client is accessed on http://127.0.0.1:8080 and the server is on http://localhost:5001. All calls from the client to server fail. Is there a way around this without changing my host on either side?
Worth noting that I don't have a problem running this local setup from Chrome, Firefox, or Safari.
Beta Was this translation helpful? Give feedback.
All reactions