You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the Employees, Attendance, and Leaves modules on my local deployment, I can see the sub-item menus, but the content within them fails to load. Additionally, the "About Me" section is also inaccessible. I am encountering either a 500 Internal Server Error or Cross-Origin Resource Sharing (CORS) errors.
I have attached screenshots illustrating the respective errors.
Troubleshooting Steps Taken:
I am running a local deployment of the application.
I have added the Flutter application's URL to both CORS_ALLOWED_ORIGINS and CSRF_TRUSTED_ORIGINS in my configuration.
Request:
Could you please advise on what steps I can take to resolve these issues and successfully run the application locally?