-
Notifications
You must be signed in to change notification settings - Fork 1
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
Content Library: many searches causing 500s #72
Comments
Not sure hoe helpful this is for debugging, but in testing this a little further and there are some substrings in "accessibility" that throw the 500 error as well: Fail (500 error):
Pass (returns):
Single letters that throw a 500 error:
|
Error from the log:
|
So far it seems like what's used in a deployment doesn't match code that's used when running things locally. I removed this entire chunk from the nytimes-library/custom/routes/pages.js Lines 33 to 62 in b4cb371
Locally I end up with something like this (notice the "hello" in the query params): But when I deploy the code to a dev environment using gcloud, nothing changes. I still get the 500 error on search terms that I would get it on previously, and I still get search results on terms that worked previously. |
@bkjohnson maybe some heavy caching that needs to be cleared out? |
i.e.
https://content-library.adhoc.pizza/search?q=accessibility&types=
triggers a 500 :(
The text was updated successfully, but these errors were encountered: