Error: You are not allowed to create resources

Full error name: “Sorry, you are not allowed to create resources

May 4, 2023

Cause

The reason you receive this error can be related to the permission of your user, or something a little bit more complex in the code.

Remember that you can always read errors in your Nembol product.

Solution

Allow permissions

The error is often due to insufficient permissions attributed in your WordPress to the user you used to login with Nembol.

Here is how to solve it:

  1. Visit your user admin area at WooCommerce.
  2. Check the permissions of the user you used to log in with Nembol. Users can have different roles and not all roles can publish products – See the screenshot below
  3. Make sure you have “Administrator” or “Shop Manager” role.
Error: You are not allowed to create resources
  • “Administrator” and “Shop manager” roles have permission to publish products and will not incur in the “Sorry, you are not allowed to create resources” error.
  • “Editor” role will work to log in with Nembol, but is one of the roles that will return the error “Sorry, you are not allowed to create resources”.

If still doesn't work, use code to fix it

There is a solution at this link -> 

You’ll have to modify the .htaccess WordPress server configuration file.

To do so find an explanation at this link -> 

You’ll need your developers to do this on your behalf, unless you are your own server maintainer.