Unable to use Assistants - (WARNING:tornado.access:404)
I seem to be unable to use the assistants. When I click the reload button nothing happens in the frontend and in the docker logs it shows this:
I am using caddy, but through https://github.com/lucaslorentz/caddy-docker-proxy. The labels are:
which result in the Caddyfile:
So to my knowledge this should work fine. What am I missing?
3 Replies
I unfortunately do not know but would advise trying a simpler setup first to isolate if it's truly coming from your config
I'd guess that the LSP expects
/ws/*
and your Caddyfile config is re-writing the paths as /
(i.e, without the /ws
prefix that comes from the proxy server).