Does Kirby somehow protect itself? I making a plugin that fetches tweets and it has a built in cache for API requests, but the cache never gets created. If i put the api request through Kirby’s built in plugin cache, it works fine but I’ll have to do some other stuff by hand if i do that.
So my question is does Kirby prevent files being written that haven’t been triggered by Kirby itself?
I’ve set the cache to different locations that exist and are writable, but nothing happens. When i do it through ->cache(), ->set(), ->get()
it works fine.