Cannot download current active theme

Hi experts,

I created some custom templates in casper theme in ghost test environment.

I am planning to download the casper theme from test environment and upload to production.
But the download is not working (link dead) in mytestsite/ghost/#/settings/design.

I found this error in chrome console.
“mytestsite/ghost/api/v2/admin/themes/casper/download/ 500 (Internal Server Error)”

How can I make it work?

Best Regards,

Hi @Fred! In you test environment can you check the server log outputs (usually stored in /content/logs/) when this 500 error is returned? That would give more clarity about what kind of error it is. Cheers!

1 Like

Hi @naz

Thanks. Found the error in the log. It is permission error.
I fixed the permission and it is working now.