orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

How to use orionjs:pages #445

Open deepupathak opened 7 years ago

deepupathak commented 7 years ago

Hello there, I have no idea about how to use orionjs:pages package in my sample orion project. Please advice me. Thanks.

deepupathak commented 7 years ago

Hello, I have successfully implemented orionjs:pages into my app and I am able to generate pages, But still there is an issue.

  1. When I click on that row, then update page is opened and save, delete buttons appear but there is no default data appears on update page and when I click on save, several errors occured like title is required, url is required, content is required.

  2. When I click on delete button, then an error shows on console -

    There is no route for the path: /admin/pages/delete

Any solution for this issue ? Thanks