You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using Http Call Node with Browser Executor, the request is got by the server, but node responds with the expected error: Error: Failed to make HTTP call. You may be running into CORS problems. Try using the Node executor in the top-right menu.
What was the expected functionality?
The request is sent.
Describe your environment
MacOS, Node v20.12.2, Rivet 1.7.10.
Relevant log output
No response
Relevant screenshots
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Maybe try 127.0.0.1:8000/evaluate? I've seen that help people sometimes. Otherwise, the HTTP Call node is working for me in the node executor fine, so it must be something with your local system?
What happened?
While using Http Call Node with Node Executor, I get
TypeError: fetch failed
. Server does not get the requet.While using Http Call Node with Browser Executor, the request is got by the server, but node responds with the expected error:
Error: Failed to make HTTP call. You may be running into CORS problems. Try using the Node executor in the top-right menu.
What was the expected functionality?
The request is sent.
Describe your environment
MacOS, Node v20.12.2, Rivet 1.7.10.
Relevant log output
No response
Relevant screenshots
Code of Conduct
The text was updated successfully, but these errors were encountered: