Discussions
How can I remove a page in locomotive.works?
usually it would be removed by going to settings>delete, but currently unable to access that/
read and set cookies
how to read and set cookie in locomotive
Customizing Webpack
Is there a way to add my own webpack config? I'd like to include a couple of libraries to be bundled into the javascript, and used at build time. I'm thinking about using Riot.js for this particular app.
Cant Deply with wagon
Hello,
i try to deploy my site-template landing-v4 but can not!
Cannot push wagon to production instance
Hello,
How to Avoid Public Submissions Accepted on All Paths?
It seems Locomotive accepts public submission POST requests of any content_type
to any path.
Unable to add domain
I am unable to add a new domain name to my site. It just gives an error stating "My site is not updated." I have looked at the logs and do not see any errors.
Unable to access back-end of CMS
We have a website www.strykercare.com.au which is not currently letting us access the back-end to update content (vial www.strykercare.com.au/locomotive)
SSL Handshake failed
Hi,
callAPI action: send integer types?
Struggling with an API call atm: Is it possible that the callAPI
action converts all numbers into floats when converting the data object to JSON, no matter what? Does anyone know how to work around this behavior? If I could prevent the automatic JSON conversion of the data object and do the conversion myself, that would be helpful.
This is causing issues with an API endpoint expecting integers to the point where I'm not able to use the API.