I have built an extension that adds 2 bool filters to leads using the ext-template. It works fine in the dev env. When I build it `npm run extension` and upload the zip to prod, the extension is correctly uploaded and installed, and I can see on the prod server the files are there. However, the filters do not show on the prod site at all (they show on the dev site though).
Cleared cache and even restarted PHP. Also ran the rebuild command. Logs are empty. What else should I try?
Cleared cache and even restarted PHP. Also ran the rebuild command. Logs are empty. What else should I try?
Comment