Mockoon Chat
May 13, 2019 at 11:34amMockoon Chat
May 13, 2019 at 11:34amJuly 2, 2019 at 7:10am
July 3, 2019 at 12:26am
July 4, 2019 at 3:30am
July 8, 2019 at 2:52am
I am nearly the only one maintaining Mockoon, and I have very little time these days to work on it. It's a side project, I have a family with 2 kids, and they are the priority, so your ticket will probably be open for some months before it gets done.
In the meantime, if you want, you can submit a pull request with the changes, and it may accelerate the process a little bit.
July 9, 2019 at 2:06am
September 25, 2019 at 7:31am
October 28, 2019 at 2:43pm
I've never encountered this. Best guess would be that data got corrupted during migration. But 1.5.0 and 1.5.1 migrations functions does not much and have been tested thoroughly. If data is not "secret" you can send them to me, and I can have a look and run in dev mode so I can debug. Otherwise, you can open you user data folder (c:/.../Users/xxx/AppData/Roaming on Windows, ~/.config on Linux and ~/Library/Application Support on macOS.) ./mockoon/storage/environments.json file and compare with a test file on the GitHub repository (https://github.com/mockoon/mockoon/blob/master/test/data/basic-data/environments.json) to see if the structure changed. If it's related to your data themselves maybe it's another problem.
November 1, 2019 at 1:57pm
is there an option to update the auto save location
its difficult to maint the data as I'm not getting option to save realtime data at specific location
I've never encountered this. Best guess would be that data got corrupted during migration. But 1.5.0 and 1.5.1 migrations functions does not much and have been tested thoroughly. If data is not "secret" you can send them to me, and I can have a look and run in dev mode so I can debug. Otherwise, you can open you user data folder (c:/.../Users/xxx/AppData/Roaming on Windows, ~/.config on Linux and ~/Library/Application Support on macOS.) ./mockoon/storage/environments.json file and compare with a test file on the GitHub repository (https://github.com/mockoon/mockoon/blob/master/test/data/basic-data/environments.json) to see if the structure changed. If it's related to your data themselves maybe it's another problem.
I didn't have lots of data so I managed to restore it manually.
Anyway thanks for the detailed information!
ok, glad everything works again! Still, would have been curious to check where this bug came from.
November 5, 2019 at 1:06pm
November 5, 2019 at 9:09pm
hi , you can use a regex (the checkbox on the right) and add
^$|\s+
which means "empty or only white spaces"November 6, 2019 at 8:38am