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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...