We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you go to http://qa-epigaea.curationexperts.com/admin/admin_sets/admin_set%2Fdefault you will get an exception. The error is Ldp::BadRequest and it seems to be related to data in the fedora on qa -- the same code works fine in a local development environment.
Ldp::BadRequest
View full backtrace and more info at honeybadger.io
The text was updated successfully, but these errors were encountered:
This is a bug upstream in Hyrax. Ticket opened here: samvera/hyrax#2446
Sorry, something went wrong.
Fixed!
Solution found in samvera-labs/nurax-pre2023#32
Connected to:
@mkorcy - @bess found a fix for this problem - it's actually a web-server routing issue. If you're using Apache, the solution is as follows:
The fix is to add this line to conf-enabled/passenger.conf:
conf-enabled/passenger.conf
PassengerAllowEncodedSlashes on
For more details, check out curationexperts/ansible-samvera#22
bess
No branches or pull requests
If you go to http://qa-epigaea.curationexperts.com/admin/admin_sets/admin_set%2Fdefault you will get an exception. The error is
Ldp::BadRequest
and it seems to be related to data in the fedora on qa -- the same code works fine in a local development environment.Backtrace
View full backtrace and more info at honeybadger.io
The text was updated successfully, but these errors were encountered: