I’m using the CLI to upload and edit my experience and I’ve found a problem.
Here’s how the pages archives were nominated:
And this is how the archives been showed on my desktop (I’m using VS Code), they turned into folders.
The problem became when I was trying to upload my changes and the archives were been deleted because they’ve couldn’t be found by the fact there had turn into folders.
Thanks for bringing this to our attention. I’m working to reproduce the issue on my end to better understand next steps. I’ll follow up today with more information.
We’ve been digging into this on our side and the issue looks to be a result of using a past version of the CLI.
Can you make sure you have the Losant CLI updated to the latest version - 1.2.2.
You can check the version of the CLI you’re running with: losant --version.
If you need to upgrade to the latest version of the CLI, you can run:
npm i -g losant-cli
Once you have the latest version, run:
losant experience download
This command will migrate the files associated with your experience and sanitize them properly, creating the individual files you need rather than directories.