Closed jhancock closed 8 months ago
(https://github.com/supabase-community/chatgpt-your-files/blob/main/README.md)
jon@local~/c/p/chatgpt-your-files $ npx supabase functions deploy Bundling chat failed to start docker container: Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:54328: connect: connection refused
This part is killing me. I am doing the tutorial fully in cloud and get stuck on deploying functions. It seems like it is trying to use local docker.
Hey @jhancock - your error sounds familiar. By chance, can you try setting enabled = false to the analytics section of config.toml and let me know if that fixes this?
enabled = false
analytics
config.toml
that works! thanks
Improve documentation
Link
(https://github.com/supabase-community/chatgpt-your-files/blob/main/README.md)
Describe the problem
jon@local~/c/p/chatgpt-your-files $ npx supabase functions deploy Bundling chat failed to start docker container: Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:54328: connect: connection refused
Describe the improvement
This part is killing me. I am doing the tutorial fully in cloud and get stuck on deploying functions. It seems like it is trying to use local docker.