adrianhajdin / healthcare

Build a healthcare platform that streamlines patient registration, appointment scheduling, and medical records, and learn to implement complex forms and SMS notifications.
https://jsmastery.pro
2.02k stars 508 forks source link

Infinite loading after filling registration form!! #10

Open AverageRed opened 3 months ago

AverageRed commented 3 months ago

Also this is showing on the console. Not sure if it's relevant or not but there it is. Anyone have the working commit up unit the registration form let me know

Screenshot 2024-07-09 145251

sujatagunale commented 3 months ago

It seems that you're passing big complex objects as is from the client to the server side. It s not supported.

You have to parse stringify it before sending to server side (also vice versa when sending response back from server to client)

GIT-Gizmo commented 2 months ago

It seems that you're passing big complex objects as is from the client to the server side. It s not supported.

You have to parse stringify it before sending to server side (also vice versa when sending response back from server to client)

I have the exact same error and I parse stringify it but the error still shows