Discussions
How do we push layouts without pages being created in the Back Office?
The [documentation](https://doc.locomotivecms.com/docs/layouts) states that "Layouts are not listed as pages in the back-office".
However, when I run `wagon deploy [env] -r pages -f layouts/*.*` , the layouts appear as pages in the Back Office. How can I deploy my layouts without pages being created?
Posted by Luke Grayson 6 months ago
Migrating locomotivehosting site
I'm trying to explore the possibility of migrating an old site from locomotivehosting to my own managed server. I've create a local wagon site, added the required fields to deploy.yml and tried to do 'wagon pull production', but I just get:
Locomotive::Coal::UnknownResourceError
I guess this is because the locomotivecms version is by now long outdated (local wagon version is 3.1.1). So what is the best way to proceed here? Any help much appreciated.
Posted by Daniel 7 months ago
undefined method `to_sym' for nil:NilClass and Images giving internal server error
When syncing my content to local or to deploy to another environment (using wagon) I get the error undefined method `to_sym' for nil:NilClass and can't deploy but my current production env is working, although it's giving me the error on deploy and the uploaded images are throwing the internal server error
Posted by Diogo Sobreira 8 months ago