-
Notifications
You must be signed in to change notification settings - Fork 128
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
dashboard not found #208
Comments
It also happens on the demo, https://test.hotechserver.com/dashboard. |
Bug Report: 500 Error on Dashboard Due to Stock Alert Notification Issue: When logging in with valid credentials, the login is successful, and the application redirects to the dashboard. However, if there are no products in the system, the stock alert notification throws a 500 status code error, causing the dashboard page to fail to load. This issue can also be observed in the demo at test.hotechserver.com/dashboard. Steps to Reproduce: Ensure that there are no products in the inventory. Actual Behavior: When there are no products, the stock alert notification throws a 500 error, and the dashboard fails to load. Notably, this error occurs only in a deployed server environment. Suspected Cause: The issue likely stems from the stock alert notification not handling cases where there are no products in the inventory when deployed on a server. Additional Information: This issue does not occur locally and appears specific to the server deployment environment. |
Error with db,any fixes? |
Describe the bug
when you enter the login credentials is successfully logged in and redirected to dashboard but the dashboard page is missing and it shows 500 status code
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: