i have project A and project B both have own storageA and storageB
and somehow after server got stuck/hang (after i set files per page to 96) the storageB is gone, and is displaying storageA from project A
how do i recover my storageB?
additional note, when i try to create another bucket in project B, "network request failed" error is displayed
not only the bucket storage, all the databases is having the same issue, help!!!
Is this self hosted?
From your GitHub issue (https://github.com/appwrite/appwrite/issues/7200), it looks like you're self-hosting
What version of mariadb do you have?
yes, self hosted. one thing i forgot to add that might be crucial as information is i use NPM (nginx proxy manager) for all my containers, including this one
2023-11-24 12:20:25 0 [Note] mysqld: ready for connections., Version: '10.7.8-MariaDB-1:10.7.8+maria~ubu2004' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary
Anything in the docker logs of the appwrite container?
here is the 2 of em
Are you still seeing these errors?
no, after upgrading to 1.4.9, i removed and recreated my NPM entry for appwrite, and it solves itself, i think it might be network related after all.
[SOLVED] Storage swapped over to other project
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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 ...