We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would really appreciate it if anyone help me run this project on local.
I run open-canvas on my local windows but some errors are happening.
These api request were failed.
POST /api/assistants/search 500 Error in proxy TypeError: fetch failed
POST /api/threads 500 Error in proxy TypeError: fetch failed
POST /api/assistants 500 Error in proxy TypeError: fetch failed
I think the reason is lagngraph sever is not running on localhost:54367.
Please let me know how I can run open-canvas on local windows or mac os and how to deploy langgraph to cloud and deploy open-canvas?
The text was updated successfully, but these errors were encountered:
There is a previous comment about running it locally with docker-compose or in separate containers (redis, postgres, and the server).
Sorry, something went wrong.
No branches or pull requests
I would really appreciate it if anyone help me run this project on local.
I run open-canvas on my local windows but some errors are happening.
These api request were failed.
POST /api/assistants/search 500
Error in proxy
TypeError: fetch failed
POST /api/threads 500
Error in proxy
TypeError: fetch failed
POST /api/assistants 500
Error in proxy
TypeError: fetch failed
I think the reason is lagngraph sever is not running on localhost:54367.
Please let me know how I can run open-canvas on local windows or mac os and how to deploy langgraph to cloud and deploy open-canvas?
The text was updated successfully, but these errors were encountered: