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
- Paid Invoice but Plan Still Free
Hi, I paid an old Pro invoice but my plan is still Free. When I try to upgrade, a new invoice is created and immediately canceled. Account email: tayebhatem98...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...