-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError: undefined method `persisted?' for nil:NilClass #2192
Comments
Can you try with 2-0-stable?
|
Sure I'll try. Looking at your commit that took page preview out to its controller I think it should be fixed. Will report back otherwise! |
Hopefully, my experience is related to this bug. Here's how I reproduce it:
The problem is that after re-arranging the list of pages, their links are not updated to reflect the change in the structure of pages. RefineryCMS fails to find "page", but instead of responding with 404 Not Found, continues to render the templates. |
I'm getting the same I believe is related to the |
Are you using Refinery 2.0.10? |
I tried it with 2-0-stable and with the dummy test application (rake refinery:testing:dummy_app) |
Can you try it with 2.0.10 please? It should be solved already. |
Just tried it with 2.0.10 and getting the same error. |
OK, thanks. |
PR above fixes this issue on master. For 2-0-stable we also need to backport #2084. |
This is now fixed on master. |
Never seen this in development but got an airbrake error on production.
URL:
Stack:
The text was updated successfully, but these errors were encountered: