Paul Mylecharane

Results 6 comments of Paul Mylecharane

Hey @distantnative – oops, yes of course. This is locally, php7.4.2. For instance of console, see below: a 403 on an image i was writing a caption to. There’s nothing...

I’m just using MAMP. I’ve noticed every now and then it’s throwing this error: `GET http://localhost:8888/bhp_sm/api/auth 403 (Forbidden)` along with `{status: 'error', message: 'Unauthenticated', code: 403, exception: 'Kirby\\Exception\\PermissionException', key: 'error.permission', ...

Hey @lukasbestle I’ll give that a try. The funny thing is it goes away and comes back, is not project dependent. So it baffles me ...

> One thing you can do is disable the functionalities you don't want via extensions. > > ```js > function disableImageManipulation(plugin) { > const imageServices = plugin.services['image-manipulation'](); > plugin.services['image-manipulation'] =...