I recently upgraded my Appwrite server to the latest version, and I'm encountering an error when trying to initialize a function using the Appwrite CLI using the command "appwrite init function --verbose". I get an error that seems to be a little generic with a status code of 500. For more details about the error you can check out the screenshot provided. Here are the details of my setup Appwrite version: 1.4.1 Appwrite CLI version: 2.0.2 Runtime selected for the function: Node.js (node-16.0) I haven't really done much debugging proceeding from that stage. In the documentation I'm advised to contact the team and I found this the best way to reach out. Therefore, I'm seeking guidance on how to resolve this error and successfully initialise my function. Any insights, suggestions, or troubleshooting steps would be greatly appreciated.
Hello π On your server, please run docker compose logs appwrite
to see details about 500 errors
Hello.
Let me check it out
I've just reverted to the previous version for the mean time. I had to deliver a feature real fast
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...