You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
When in production, I noticed that Googlebot constantly reported a 5xx error when trying to check the page for indexing. I used a URL-checking tool for this. Interestingly, I noticed that the reason for this is that the negotiator library produces an incorrect list of languages, and passes it to the intl-localematcher, which in turn throws an error described here formatjs/formatjs#2440. The temporary fix I introduced was to fix the value of languages to just an empty list. However, negotiator itself hasn't been updated in several years already, so I think it should be replaced with smth else.
The text was updated successfully, but these errors were encountered:
When in production, I noticed that Googlebot constantly reported a 5xx error when trying to check the page for indexing. I used a URL-checking tool for this. Interestingly, I noticed that the reason for this is that the
negotiator
library produces an incorrect list of languages, and passes it to theintl-localematcher
, which in turn throws an error described here formatjs/formatjs#2440. The temporary fix I introduced was to fix the value oflanguages
to just an empty list. However,negotiator
itself hasn't been updated in several years already, so I think it should be replaced with smth else.The text was updated successfully, but these errors were encountered: