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:

  1. Go to Settings > Users and delete users named automation-user and goerp-app-users-user.
  2. 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-group and goerp-app-users-group. Then retry the deletion.
  3. Go to Settings > Configuration Admin. Pick application goerp-auth-conf. Delete settings goerp-automation-initialized and goerp-app-users-initialized.
  4. Retry your automation, or try the failed app installation again.
  5. If it still does not work, resave the user group automation-group and then try again.