-
Notifications
You must be signed in to change notification settings - Fork 115
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
Right pane is not visible #5
Comments
It looks like that the user doesn't belong to any roles, add Administrator and Doctor In AspNetRoles table. |
@AhmedMah Im also facing the same issue can you please explain in detail how to initially add user roles in database for admin etc to get startred |
@mysoultan Is your application now ? I need some help on it. |
I mentioned how to run the project in the readme of repository. First open the DB, in AspNetRoles table add Administrator and Doctor. Secondly run the project and navigate to http://localhost:xxxx/Account/Register to add admin user. that's it |
@AhmedMah Hi Ahmed, even after creating roles in AspNetRoles table, im unable to create appointment or access doctors etc., Can you please guide. |
@LakshmiKinnera did you reslove this issue? |
@Suleman218 I tested it, it's working. you have typo in rolenames, the rolenames in AspNetRoles Table must be "Administrator" and ""Doctor" . |
Hello Ahmed, thanks for sharing the clinic system. I was able to deploy the project, but when i am login as an admin. I can't see the management modules such as creating an appointments or access the dashboard.
The text was updated successfully, but these errors were encountered: