Hi, I've recently updated my self hosted instance to version 1.6.0. Since then all my appwrite functions are failing with this errror:
TypeScript
TypeError: "http://--volume /var/run/docker.sock:/var/run/docker.sock \/" cannot be parsed as a URL.
at URL (native)
at <anonymous> (/usr/local/server/src/server.ts:68:22)
at processTicksAndRejections (:12:39)
I'm not sure what this means or how I could debug this issue. Any and all help is welcome!
TL;DR
Issue: After updating to version 1.6.0, appwrite functions are failing with a "Cannot be parsed as a URL" error. It seems to be related to a volume path.
Solution: This error is due to a malformed URL in your Docker volume path. Double-check the volume path you are using and ensure it is in the correct format.Recommended threads
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...