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] Bad Auth when trying to run a Chatflow #3712

Open
frickgav opened this issue Dec 15, 2024 · 2 comments
Open

[BUG] Bad Auth when trying to run a Chatflow #3712

frickgav opened this issue Dec 15, 2024 · 2 comments
Labels
question Further information is requested

Comments

@frickgav
Copy link

So i recently spin up a docker container in the cloud running Flowise

I built my first flow and and trying to access it via API and am getting this error:
"statusCode": 500, "success": false, "message": "Error: predictionsServices.buildChatflow - bad auth : authentication failed",

All things ive done

Made sure ports 443 and 80 are open on the ubuntu server running docker

Allowed the IP I'm trying to access the API on through the firewall to the server

Tried creating an API key and adding that to the header for authorization

Removed App level login

Does anyone know what might be causing this??

@HenryHengZJ
Copy link
Contributor

I dont recall us having this specific error message: bad auth : authentication failed, I'd suspect it might be the underlying model or component that you were using is having the wrong credential

@HenryHengZJ HenryHengZJ added the question Further information is requested label Dec 18, 2024
@frickgav
Copy link
Author

I dont recall us having this specific error message: bad auth : authentication failed, I'd suspect it might be the underlying model or component that you were using is having the wrong credential

Yeah so it was actually a MongoDB Error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants