Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: When I use a custom configuration, the request is not sent #470

Open
1 task done
reatang opened this issue Jan 17, 2025 · 3 comments
Open
1 task done

[Bug]: When I use a custom configuration, the request is not sent #470

reatang opened this issue Jan 17, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@reatang
Copy link

reatang commented Jan 17, 2025

What happened?

When I use a custom configuration, the request is not sent.

Image

After running for a few minutes, the CHAT node was forced to stop by me.

What was the expected functionality?

Calling a third-party LLM that supports OpenAI SDK

Describe your environment

MacOS, Node v20.0.0, rivet 1.9.0

Relevant log output

Relevant screenshots

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@reatang reatang added the bug Something isn't working label Jan 17, 2025
@reatang reatang changed the title [Bug]: [Bug]: When I use a custom configuration, the request is not sent Jan 17, 2025
@abrenneke
Copy link
Collaborator

Are you using the node executor or browser executor? Does the F12 console say anything?

@reatang
Copy link
Author

reatang commented Jan 22, 2025

I am using the app for OSX

Image

Image

Image

oh, Could this be a cross-domain policy issue?

@abrenneke
Copy link
Collaborator

Yeah, looks like a CORS problem. If you're using the browser executor, your API will need to support CORS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants