
No, on vps server

regardless, 500 means there's an issue with the server. easiest way to troubleshoot, is to restart the appwrite instance

have you tried that?

docker compose down
docker compose up -d

Let me try

yep

After restart the appwrite instance, i have same issues

is it only the functions page? or other pages too?

Can you open the browser network logs, try to reproduce the issue, and see what endpoint resulted in 500?

Only settings Functions

sure


So the variables API returned the 500 error.
Would you please look through your docker logs for the appwrite container to find the 500 error for the variables endpoint?

How do I proceed?

Run this command on your VPS server where appwrite is hosted
docker compose logs appwrite
and check if you see any errors.
Try this just after you have reproduced the error

ok


hmm i haven't seen that error before...did you maybe have an older version of appwrite and then not run the migrate command fully when upgrading?

Maybe, but when I do an update I always run the migration command.

maybe it didn't run correctly?

What can I do? Run the migration command again?

What version are you on now?

1.2.1

You can try to backup and then run:
docker compose exec appwrite exec migrate version=1.0.3

In fact I just made an observation, I noticed that it is only the projects that existed before the migration that are affected. While the new ones work without any problem.
Recommended threads
- setup custom domain to appwrite but stil...
i just installed a Appwrite instance in my vps and i did all default otions exept the domain i have setuop its dns as A records pointing to my vps ip altho...
- 1.7.x Style issue in the migration page
I am not able to select what to migrate because of the styling... the checkboxes are not showing on any of the appwrite versions 1.7.x. I tried other browsers, ...
- Appwrite Sites: Max File Size
Hello, I am facing an issue on my self-hosted appwrite instance with Appwrite Sites. I already have a small vite web app built out that I want to deploy, and ...
