I have a droplet with ruby on rails (postgres, nginx and unicorn) configured and it works fine for most pages, but not for any of the forms. So I can access the the view for index of a controller (or any static pages), but I cant access the new for example or the edit of any of my classes. When I try http://dropletIP/XXXX/new
firefox answers me with incorrect redirecting.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Pardon me, it was a dumb error in my code, all solved now ;p