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
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??
The text was updated successfully, but these errors were encountered:
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
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
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??
The text was updated successfully, but these errors were encountered: