smocker-dev / smocker

Smocker is a simple and efficient HTTP mock server and proxy
https://smocker.dev
MIT License
1.14k stars 61 forks source link

Session synchronisation doesn't work anymore #284

Closed sebChevre closed 1 year ago

sebChevre commented 1 year ago

Hi from the version 0.18.3, the mecanism to synchronize sessions with env variable SMOCKER_PERSISTENCE_DIRECTORY doesn't work. This was still ok before. I try to synchronize a volume with docker. Smocker list the correct number of session, but all the elements are empty (history, mock). Therefore it's not possible too, to synchronise session with the UI.

Thanks

gwleclerc commented 1 year ago

Should be fixed in 0.18.4

ripvannwinkler commented 10 months ago

Still does not appear to work in 0.18.4 or 0.18.5. If I reset my docker image to load 0.18.2, changing nothing else, the session mocks load as expected. Seems to be something in the newer version not loading the persistence correctly.