After installing Frappe Drive i can not access the app
Dear @msiam
It looks like you’re encountering a permissions issue with Frappe Drive. This is a common problem that can usually be resolved by adjusting user roles and permissions. Here are some steps you can take to troubleshoot and resolve this issue -
- Check User Roles
- Ensure that the user trying to access Frappe Drive has the necessary roles assigned. Typically, roles like “System Manager” or specific custom roles with access to Frappe Drive are required.
- Assign Permission
- Go to Role Permissions Manager in ERPNext.
Select the relevant DocType (e.g., Frappe Drive).
Ensure that the appropriate roles have the necessary permissions (Read, Write, Create, etc.).
- Update User Permissions
Navigate to User settings.
Select the user who is facing the issue.
Ensure that the user has the correct roles assigned.
- Check for Custom Scripts
If you have any custom scripts or customizations, ensure they are not interfering with the permissions.
- Clear Cache and Restart
Sometimes, clearing the cache and restarting the bench can resolve permission issues. You can do this by running the following commands:
bench clear-cache
bench restart
- Review Logs
Check the server logs for any specific error messages that might give more insight into the issue. Logs can be found in the logs
directory of your ERPNext installation.