Why I cannot reach my local server with Hasura v2.0.9 #7718
Unanswered
Gerguevara
asked this question in
General
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.
-
Hello, may you help me ?. I trying to create an event trigguer with hasura, foir that seek I've create a node js test server, runiing localy on my computer running on port 5000 with the enpoint http: // localhost: 5000 / notify (also I ensured to allow cors), also I've created a new Hasura container with docker wiht its port mappped from 8080 to 8084, I tried using http: //host.docker.internal: 5000 / notify and http://localhost: 5000 /notify for creating a new trigguer but nither of those trigguer the event. Im not sure why
Beta Was this translation helpful? Give feedback.
All reactions