Issuewith frappe drive

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 -

  1. 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.
  1. 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.).
  1. Update User Permissions

Navigate to User settings.
Select the user who is facing the issue.
Ensure that the user has the correct roles assigned.

  1. Check for Custom Scripts

If you have any custom scripts or customizations, ensure they are not interfering with the permissions.

  1. 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

  1. 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.