Users & Permissions plugin enabled and not working

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

I have enabled find and findOne permissions for Public Users and the data is not coming through on my front-end application.

I’m getting a 401 Unauthorized Missing or invalid credentials error, If I request the backend URL directly the data comes through correctly, but not on my app.

Has anyone faced this issue?

Thanks.

I have the same problem. token is set, permission in dashboard are granted.
custom routes works but nothing from the core, not even /api/users/me

1 Like

Same error here. Did you found a solution ? Thanks.