I installed the newer version of appwrite using the command given here - https://appwrite.io/docs/upgrade then im having this error
the previous version that I have works fine but Im having this issue while upgrading
@Moderator
Maybe you have cross the pulling limit
What are the results of
docker pull appwrite/assistant:0.2.1
I re ran the installation command and it completed the install but now the console wont work and in docker it shows that the assistant image is constantly restarting
Seems like you're upgrading?
From what version to what?
1.3.x to 1.4.3
I just restarted the appwrite container from docker but the issue is same for the assistant
i did the migration steps rn listed on the website and the console is working now but the assistant issue is still there
what assistant issue?
oh..it restarting...
that's because you don't have the openai key set. it should'nt stop you from using Appwrite, though
Can you tell a little bit more about this? Is it like an AI assistant for appwrite or something?
Appwrite Assistant is an AI-powered API that helps you with Appwrite-related tasks, powered by the official Appwrite documentation
Can you share the documentation link for the same?
Thank you
Hi, I've this same issue. I understand it's harmless but it would be nice to have a way to prevent the endless restart that give false alerts when you docker ps! 😉
Or do you suggest getting an OpenAI key?
This will be fixed in Appwrite 1.4.4: https://github.com/appwrite/appwrite/issues/6217. you could also bump the assistant version if you want to apply the fix now
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...