I have upgraded the appwrite version to latest and after that Im getting server error page while login
Which SDK and SDK version are you using? Is it self hosted and 1.5.3?
What error does it show?
Have you run the migration script?
I have run this successfully
root@TestEnv:~# docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.4.13
but when I run
root@TestEnv:# cd appwrite/
root@TestEnv:/appwrite# docker compose exec appwrite migrate
I got error
Failed to create connection: php_network_getaddresses: getaddrinfo failed: Name does not resolve
hi?
can you share the stepes please
currently the mariadb version is
mariadb:10.7
latest updates are a mess
Im upgrading from 1.4.13 to 1.4.14
yeah... 4 days I'm waiting for somebody from support to know how to proceed
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...