Closed vauvarin closed 1 year ago
I tested to move my website (with Janitor) on another server (Lirtespeed) and it works so I thing the problem come from my Nginx configuration (missing rewrite rules ?)
kirby should take care of loading the js from plugins. if its not to much hassle could you try with v2.10.1 as well? thats when i was still using parcel and not kirby up. maybe nginx has a problem with the slightly different compiled js.
Edit 3: so I started removing the other plugins one by one, and found four that if any of them existed, caused this issue with the janitor plugin. Here's a dropbox link to the four plugins that broke it for your review. I think three of them were my practice ones.
Edit 1 & 2: figured out how to run v2.10.1, but same issue. Weird b/c I have another site on valet with v2.13 and it works fine. Both now on Kirby 3.6.1.1
@bnomei I'm having a similar issue with valet on linux. How can I composer require bnomei/kirby3-janitor
to the 2.10.1 version to test?
does this issue still persist since i switched from parcel to kirbyup? i can not replicate it.
Hi,
I use Janitor for a website and it works well on my local server but when I deploy this website on a product server, I get an error message in the panel : "The field type "janitorButton" does not exist"
Local server:
Product server: (I use cleavr.io to manage my product server)
It's like my product website can't find Janitor. Could this be due to the NGINX config file ? Maybe a missing rewrite rule for Janitor ?
This is my NGINX config file if it can help