Copy link to clipboard
Copied
After creating a project and then publishing it, the imgmd.json file is empty causing the project to spin forever in blackboard.
Copy link to clipboard
Copied
JSON is only used for png-files. Do you have PNG-files? I am not sure your loading issue is linked with JSON, there could be lot of other causes.
Copy link to clipboard
Copied
Hi Lilybiri. Yes there are png files within the project. But whenever we publish the imgmd.json file is empty. If we add the folling lines to the imgmd.json file after we publish the project works as intended.
cp.imagesJSONCacheForLocal=true;cp.imageToJSONPathMap={
"___":"___"};