Open julesallen opened 7 years ago
@julesallen is your remote user a full super admin or has permission on djangocms-page-meta models and the current page? It looks like the standard django message for missing permissions
@yakky Thanks! I'll investigate, this was for a superadmin. Q: If I was unable to get access to that object shouldn't it be hidden from me selecting it?
@julesallen well it should already work that way, actually. I will try to setup a project on heroku to see if there is something specific to look into. Which django CMS version are you using?
Django==1.9.11 and django-cms==3.4.1. Thanks, @yakky! Please let me know if there is anything I can setup or test on my end.
Thanks for writing this, it works great on my local but in production on Heroku it 403's:
and then
django-meta==1.3.2 django-filer==1.2.5 djangocms-page-meta==0.7.0
Thanks for any help you can provide.