Forum Discussion
Gursimrat
12 years agoLeader
I even have rest permissions enabled for the users, is there some issue with the code?
Sign in to react to this post
premkumar
12 years agoAdvisor
Hi,
I saw your code and noticed that you have used the rest call in many places. Some of the calls to specific URL might require Admin access so in those cases you can use restadmin instead of rest call.
e.g restadmin("/users/id/${author.id}/ranking/display/right_image")
Thanks,
Premkumar
Sign in to react to this post