-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with the admin dashboard #58
Comments
Here again, i think the problem is with the updated node-appwrite version, i downgraded the version and everything worked :) import { ID, InputFile, Query } from "node-appwrite"; import { // CREATE APPWRITE USER
} catch (error: any) {
} // GET USER
} catch (error) { // REGISTER PATIENT
} catch (error) { // GET PATIENT
} catch (error) { |
The admin dashboard was working just fine but recently it started misbehaving like the new appointments dont show up however much you try making them, even when you try to schedule or cancel an appointment, nothing happens
Anyone facing the same error?
The text was updated successfully, but these errors were encountered: