nephila / djangocms-page-meta

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
https://djangocms-page-meta.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
59 stars 64 forks source link

Getting 403 in production on heroku #62

Open julesallen opened 7 years ago

julesallen commented 7 years ago

Thanks for writing this, it works great on my local but in production on Heroku it 403's:

image

and then

image

django-meta==1.3.2 django-filer==1.2.5 djangocms-page-meta==0.7.0

Thanks for any help you can provide.

yakky commented 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

julesallen commented 7 years ago

@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?

yakky commented 7 years ago

@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?

julesallen commented 7 years ago

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.