Rank 2: Process
so that problem is solved for now
Votes
2
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
so that problem is solved for now
Rank 2: Process
only the deleting take a long time
If this is from messaging API, it's not available in cloud yet
Also, if the deleting attribute is still stuck after some hours, tell me and send your project ID so the team takes a look into it
Rank 2: Process
ow no its not from an api
Rank 2: Process
Now i created another attribute and its still processing. The deleting attribute is now deleted
Rank 2: Process
but the processing is stuck now
Rank 2: Process
:sad:
Hmmm weird. Seems a database is a bit busy so the attribute creation is slow...
Rank 2: Process
yeah i guess so
Does refreshing the page works?
Or it's still processing even after that?
Rank 2: Process
Nop also not if i re login
Rank 2: Process
Rank 2: Process
i can look if this one is already set as attribute, but i think not
Rank 2: Process
nop now it says Invalid document structure: Unknown attribute: "readed"
Rank 2: Process
65a321d6b97507a5464a
this is my project ID
Rank 2: Process
now it have no processing , but stil the error: Invalid document structure: Unknown attribute: "readed"
Rank 2: Process
it seems its really slow
Rank 2: Process
export async function createNotification( type: string, user: string, message: string, from: string, readed: boolean,) { try { const createNotification = await databases.createDocument( appwriteConfig.databaseId, appwriteConfig.NotificationCollection, ID.unique(), { type: type, user: user, message: message, from: from, readed: readed } )
if(!createNotification) throw Error;
return createNotification; } catch (error) { console.log(error) }
}This is the api part
Rank 2: Process
i think i give up for today.. Still not working lol
I am experiencing a similar issue. AppwriteException: Invalid document structure: Unknown attribute: on a string array. Both from my app and in the cloud database dashboard. I get the error whether I add array of values or try to create the item with empty array. Also when trying to delete an array attribute added today it stays stuck on 'deleting' status.
Rank 2: Process
I think there is some bug/error on the appwrite. So i leave it for now. Hope it works tommorow again
Rank 2: Process
Goodnight peeps and hope someone can fix it soon
Rank 2: Process
:StitchSleep: