full logs?
There are some secret keys in the logs.
you can DM me
doesn't look like there were any errors
yes
the problem could be a bug with usage. hopefully, it will be fixed as part of our rewrite
and I cant see the userInternalId column in the _2_audit table
it was removed in 1.3 so it's fine
ok
Can it be fixed in the next version?
probably not. we have the rewrite done, but the migrations turned out to be really complicated so we had to push the release
Is there a plan?
you're referring to the rewrite or the problem with the userInternalId attribute?
The problem with the userInternalId attribute
oh that was fixed in 1.3.8: https://github.com/appwrite/appwrite/releases/tag/1.3.8
fixed,
CONTAINER=appwrite-mariadb
sudo docker exec -it $CONTAINER sh -c 'mysql -uroot -p$MYSQL_ROOT_PASSWORD $MYSQL_DATABASE -e "delete from _console_projects where name=\"xxxx\";"'
Is this the shell I should run to fix it?
Hi, Steven. Is the problem fixed?
That is used to delete a project from the database
The rewrite hasn't been released yet
Alright. When the rewrite would be released?
And is there a quick way to fix the problem temporarily? Can it works fine if I create a new project in the latest version 1.4.3?
Not soon
No
Recommended threads
- 500 Internal Error when Project is opene...
After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl...
- Console regressions: DateTime and Filter
After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour in the console: - Active filters are no longer displayed. The Tabs shows the correct numbe...
- Unknown column 'sourceSize' in 'field li...
After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: `appwrite-worker-stats-resources | 2025-10-26T10:32:38.289577112Z Failed: SQLSTATE[...