-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Notes and Questions Pages Returning Error Pages #11355
Comments
Thank you, noticed this on stable as well: https://stable.publiclab.org/notes/juan/6-5-2012/fabaoutfit-vertical-kap-and-bap |
I believe this relates to YAML access security rules which have broken lots of things in Rails recently: #11274 |
I'll try adding |
plots2/config/environments/test.rb Lines 47 to 60 in 6c27608
It's there - i'll copy it into production. Unfortunately we use lots of classes in YAML as part of config. |
Made the change here: befb024 We'll monitor the URL at https://stable.publiclab.org/notes/juan/6-5-2012/fabaoutfit-vertical-kap-and-bap |
I believe this is resolved now! |
…gController#index Tried to load unspecified class: ActiveSupport::HashWithIndifferentAccess publiclab/plots2#11355
I got this locally, adding Jeff's change on the dev config fixed it. I will make an fto for it |
* Changes of #11355 done. Changes mentioned in #11355 issue are done as mentioned. * Common Fixes Fixed the errors mentioned previously by @cesswairimu.
fto compeleted in #11453. closing this, thanks all |
Existing notes/questions and newly created notes/questions display an error page when you try to access them.
The console returns this error
Psych::DisallowedClass (Tried to load unspecified class: ActiveSupport::HashWithIndifferentAccess):
I get the same error on the stable server.
Cc @jywarren @cess
Screen.Recording.2022-08-14.at.19.32.35.mov
The text was updated successfully, but these errors were encountered: