Rank 1: Thread
sure, this is the project id: 654bb1fd6437f515f365
Votes
1
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
sure, this is the project id: 654bb1fd6437f515f365
Thanks. Will get back to you soon with updates
Is this a newly created project?
Rank 1: Thread
yes
So the project doesn't has anything, true?
If so, creating a new project should solve the issue
It was probably caused due to creating the project during database issues
Yes. @dimas can you try doing this?
Rank 1: Thread
you mean create from beginning new project ? and then create new database again ?
Rank 1: Thread
you mean create from beginning new project ? and then create new database again ?
Yes. Does your previous project has data?
Rank 1: Thread
no i mean has twice create new project with issue 500 server
ok let me try to create once from beginning 🙂
You don't need to create a new project when an outage happens, and also during outage 😅
Rank 1: Thread
not work
Rank 1: Thread
Rank 1: Thread
this the new project id : 654c9e87e173cc44243e
Weird 👀
This must be some other error. 😅
Can you share the code?
Rank 1: Thread
down ?
I have the exact same issue. Created the project a few hours ago. Now all pages from auth to storage show server 500 error.
This is the code I'm trying to run:
Future<List<Document>> getNotesFromCloud = _appwriteService.getNotes();
getNotesFromCloud.then((result) { inspect(result);
if (result.isNotEmpty) { for (Document note in result) { TrainingNote trainingNote = TrainingNote( id: note.data['id'], subject: note.data['subject'], date: DateTime.parse(note.data['date']), description: note.data['description'], );
//Set date from ISO 8601 notation to custom DateFormat('dd MMMM HH:mm').format(trainingNote.date);
//Add the training note after date is formatted _trainingNotes.add(trainingNote); } return _trainingNotes; } else { return <TrainingNote>[]; } });```@nebukadnezar Creating a new project should solve the issue
Rank 1: Thread
@D5 @Haimantika got Error 500 when patch data, please refer the image
Rank 1: Thread
Rank 1: Thread
that issue should i create new thread at the support channel ?