Hello I was hoping to get some help troubleshooting. The preview window underneath the code section of my mod is showing blank
There are a few possible causes: first check that your CSS & JS assets are all working. And in some browsers, the assets will need to be https and not http.
Do I need this line? https://cdn.anymod.com/anymod.legacy.vue-axios.js
I didn’t change them and they were working before
Can you share the link to your mod?
I believe we also had an issue this week where one of the CSS files in your project wasn’t working and that was causing a similar issue.
Thanks for sending. I was able to get it to show by changing the font CSS asset from http to https
https://anymod.com/mod/dbnbm/css
The last one is http; you can change it to https for the fix
oh wow… okay that works - thank you!
No problem, thanks for reporting!