That's the best part of the new migrations feature <:appwritefire:823999000330895380>
Well not really it errored a few times and it didnt really work but it was probably because of that it was stuck with processing that it could not create the documents because everything else did work
Mines been stuck in processing for a few hours already.
The most common scenario is that where you should not have to modify database structure
So the app should not be affected by that
Even creating a new collection?
The problem come when you modify database structure, so creating a new collection changes database structure and consequently you will face the problem
If you create a document, the database structure will not be changed
So in other words, it will not affect your app after it ends development
Anyways this issue will be solved soon
Yeah but you can't create a document on any collection if there is a pending update.
This isnt the first time I've had to wait for a day or 2 on a pending
But not temporarily, permanently. The team is working right now in a temporary solution, and after that, will work for the permanent solution
That's true, because you have modified database structure
As said before, after you finish your app development, database structure should not change in most cases π
(if you structure your database as SQL)
That's why despite Appwrite having a No-SQL database and being posible to use it as a NO-SQL database, I prefer using it as SQL, mainly because the underlying database is MariaDB/MySQL (SQL database)
Anyways, as said, the issue will be solved soon, and it will be mitigated to prevent it from happening again in the future by next weeks
||Maybe its good to make a announcement that there is something going wrong as you now have to repeat your message over and over again P||
Yes, definitely π
Well good luck ^^
it is still processing
Yes, the team is working to solve it
OK thanks for replying
You should keep an eye on the <#1102936099745177700> channel
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...