orionjs / orioncms-examples

Example webapp made with orion
http://orion-example.meteor.com
38 stars 26 forks source link

Error while inserting image to post in example blog. #20

Closed divyanshupathak closed 7 years ago

divyanshupathak commented 7 years ago

Hello, I just clone this repo and run blog example. When I create a post and insert image then it gives me the following error at client side ->

Uncaught errorClass {error: "unauthorized", reason: "The user has no permission to perform this action", details: undefined, message: "The user has no permission to perform this action [unauthorized]", errorType: "Meteor.Error"…}

Any solution for this issue ? Thanks.

divyanshupathak commented 7 years ago

Sorry, my fault. Its working now after role changing.