System Information
- Strapi Version: 4.21.1
- Operating System: Heroku
- Database: PostgreSQL
- Node Version: 18.20.0
- NPM Version: >=6.0.0
Hello guys,
I have a small issue hereā¦
To override āplugin-users-permissionsā, I just copied the entire folder and renamed it to āusers-permissionsā for testing purposes. I havenāt made any changes to anything inside it, and I can debug everything in the folder without any problems. It runs perfectly fine on my local machine.
However, when I try to deploy the project on Heroku, it throws an error! (please see the screenshot)
If I add ājwtSecretā in the āplugin.jsā file, it still doesnāt work.
What can I do? I need your help!
Many thanks in advance!
Originally I modified the āauth.jsā and āuser.jsā and added a few new āmiddlewaresā. When I still had Strapi v3, it worked so easily, but with Strapi v4 I would like to use these files and this structure even further.