Fix automations and store installs
If installing an app from the store gives a user- or permission related error (for example “no permission to access the requested resource”), or if automations are never executing (clicking the “Test” button does not run it), there might be an issue with GoERP’s built-in users.
Letting the GoERP server recreate these users might solve the issue:
- Go to Settings > Users and delete users named
automation-userandgoerp-app-users-user. - If deletion returns an error, go to Settings > User group and make sure that your own user group has the permission to manage user groups
automation-groupandgoerp-app-users-group. Then retry the deletion. - Go to Settings > Configuration Admin. Pick application
goerp-auth-conf. Delete settingsgoerp-automation-initializedandgoerp-app-users-initialized. - Retry your automation, or try the failed app installation again.
- If it still does not work, resave the user group
automation-groupand then try again.