CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Deleting first page kicks admin user #246

Closed pau1m closed 8 years ago

pau1m commented 8 years ago

I create the first page of content I delete the page through the UI at /admin/entitylist/page and confirm at /page/1/delete I get logged out and redirected to /admin/entitylist/page which presents a login screen.

Nothing in logs.

{"name":"iris","hostname":"Pau1ms-MacBook-Pro.local","pid":4399,"level":30,"msg":"page created by 1","time":"2016-05-13T11:01:50.284Z","v":0}
{"name":"iris","hostname":"Pau1ms-MacBook-Pro.local","pid":4399,"level":30,"msg":"page 1 deleted by 1","time":"2016-05-13T11:01:56.928Z","v":0}

Works as normal when creating and deleting a second piece of content.