#Infinite loading problem.

13 messages · Page 1 of 1 (latest)

charred tartan
#

Hello everyone, as i started this project, I had the infinit loading problem when i press the submit button and no user is added in the appwrite database, i tried some of the solution that have been suggested earlier here but i still had the same problem, until randomly i found that only once a user has ben created (i tried creating others but i kept getting stuck at the infinite loading, idk how the only one was created) so i copied his code and wrote the url manually and sarted working on other parts of the video, yet all sumit buttons have been making me face the same problem so i have been wrriting the urls by mysf to continue coding.

i hope i can find a solution,
my githuhb repo:
https://github.com/AbdellahRAISSOUNI/carepulse

Thank you very much !

GitHub

Contribute to AbdellahRAISSOUNI/carepulse development by creating an account on GitHub.

#

Infinite loading problem.

frozen viper
#

ok let me check your code

#

So, your issue is with submitting this form, right? I ran your code and was able to submit without any errors. My suggestion is to try deleting all user data in Appwrite, then attempt to register again. Remove all auth user data and fill in the patient and appointment collections

charred tartan
#

Thank you very much, it's working now

frozen fog
charred tartan
#

Your GitHub repo?

frozen viper
frozen fog
frozen viper
#

ok let me check

#

ah i know your issue

frozen fog
#

what it that issue?

frozen viper
#

You need to add use server on the first line of your patient.actions.ts.