djangocms-blog
djangocms-blog copied to clipboard
"Change Post" screen is half-empty
We built a blog using djangocms-blog
and tested it extensively on our local environment. We've just deployed it to a staging environment and the "Edit Post" screen is somehow empty:
There are no failed requests or Javascript errors. We loaded the exact same data via a fixture, so the data should be exact same as well.
As a comparison point, this is what it looks like on our local dev:
Any idea why this is happening? We have absolutely no clue where to look.
Thanks
@bbirand This is an error when rendering the form due to some missing data on the development environment. Does apphook config exists on the testing environment?
Thank you, @yakky for the quick reply!
I'm checking the blog page's "Advanced Settings" screen. And I do see the config:
Is there something I am missing? If this is not the right place to look, please do tell me how I can debug.
Thanks!
@bbirand it looks correct Does the "add post" form looks the same?
could you provide the output of pip freeze
?
yes, "add post" looks similar:
I'll try the pip freeze
command shortly
I wonder why the Application instance name
is shown in this screenshot https://github.com/nephila/djangocms-blog/issues/408#issuecomment-356114586
It should be hidden: any js error in the browser console when opening the page advanced settings form?
@bbirand could you check if #424 fixes your issue?
@bbirand The only way I have reproduced is on Django 1.11 which is still not supported. Support coming in #430 (but really only dependencies needed changes)
@bbirand can you test aldryn-apphooks-config 0.4.0rc1? That should fix this problem
@yakky I think we can safely close this. @bbirand what do you think?