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
1.81k stars 432 forks source link

Error with appwrite user creation #11

Closed Sujith777 closed 2 months ago

Sujith777 commented 2 months ago

Appwrite user creation is throwing errors unless the values of apiKey and projectId are exposed in the appwrite config file instead of environment variables.

sujatagunale commented 2 months ago

Put your appwrite keys in the .env file and not directly inside the appwrite.config.ts file.