Open bertday opened 7 years ago
If you go to 2401 Pennsylvania Ave in Firefox and hit "see more results" a few times, it throws an NS_ILLEGAL_VALUE_ERROR. This is probably because we're exceeding the size limit; see this page:
NS_ILLEGAL_VALUE_ERROR
https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method
Sentry error:
https://sentry.io/phila/property/issues/405785992/
This line:
https://github.com/CityOfPhiladelphia/property2/blob/gh-pages/js/views/results.js#L250
If you go to 2401 Pennsylvania Ave in Firefox and hit "see more results" a few times, it throws an
NS_ILLEGAL_VALUE_ERROR
. This is probably because we're exceeding the size limit; see this page:https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method
Sentry error:
https://sentry.io/phila/property/issues/405785992/
This line:
https://github.com/CityOfPhiladelphia/property2/blob/gh-pages/js/views/results.js#L250