When using the Download button in the app builder to download an app's code, the ZIP file that gets downloaded only includes a set of default files and not the actual app source code.
The ZIP just contains :
- manifest.json
- assets/logo.png
- assets/logo-small.png
- assets/index.html
- translations/en.json
The contents also appear to be placeholder files. For example, the en.json file includes only the following:
{
"app": {
"name": "User Management & Export Tool",
"short_description": "",
"long_description": "",
"installation_instructions": ""
}
}
I tried this across several apps and different app versions, and I got the same result every time. Also ruled out a local issue by testing on different machines and browsers, no change.
This is the first time I have tried to download the code base of the app, so not sure if the behaviour has started recently.
It would be helpful to know if anyone else is seeing the same.
