full logs?
Lost Activity in Console
Votes
2
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
There are some secret keys in the logs.
you can DM me
doesn't look like there were any errors
Rank 2: Process
yes
the problem could be a bug with usage. hopefully, it will be fixed as part of our rewrite
Rank 2: Process
and I cant see the userInternalId column in the _2_audit table
it was removed in 1.3 so it's fine
Rank 2: Process
ok
Rank 2: Process
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
Rank 2: Process
Is there a plan?
you're referring to the rewrite or the problem with the userInternalId attribute?
Rank 2: Process
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\";"'
Rank 2: Process
Is this the shell I should run to fix it?
Rank 2: Process
Hi, Steven. Is the problem fixed?
That is used to delete a project from the database
The rewrite hasn't been released yet
Rank 2: Process
Alright. When the rewrite would be released?
Rank 2: Process
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