You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am accessing flagsmith in a docker container via a PHP CMS and everytime after restarting I have to manually clear the cache folder (removing the cache folder via the entrypoint doesnt work aswell) due to an error that the cachedCall is null.
Thanks for raising the issue @JustinBack . From the first look, it looks like this could be a docker copy versus docker volume problem, because it refreshes on restart. Can you confirm if you are using COPY in your docker file? If not, can we have a look at your dockerfile? and docker-compose (if any), so we can build this at our end?
I am accessing flagsmith in a docker container via a PHP CMS and everytime after restarting I have to manually clear the cache folder (removing the cache folder via the entrypoint doesnt work aswell) due to an error that the cachedCall is null.
https://sentry.internal.jrbit.de/share/issue/4bf1cd4ca04b4cbcaca8541a37709f9e/
The cache folder is empty and after deleting it it works.
https://github.com/JRB-IT/crispcms/blob/68e313aedf9c30aa996ae10fead621acab24fe5b/cms/jrbit/class/crisp/api/Flagsmith.php#L53
Any clue on what the issue is an how to hotfix it? Running on Tag 2.1.1
The text was updated successfully, but these errors were encountered: