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
Discovered the error templating is throwing a 500 error when I mistyped a url while testing out the latest changes.
Live link to show a un-styled server response displayed to the user:
https://landregistry.data.gov.uk/app/ukhpi/browse?from=2023-08-01&location=http%3A%2F%2Flandregistry.data%20.gov.uk%2Fid%2Fregion%2Funited-kingdom&to=2024-08-01&lang=en
Note the extra space between .data and .gov.uk
.data
.gov.uk
Also throwing 500 error for 404: https://landregistry.data.gov.uk/app/ukhpi/browser?from=2023-08-01&location=http%3A%2F%2Flandregistry.data.gov.uk%2Fid%2Fregion%2Funited-kingdom&to=2024-08-01&lang=en
Note the mistyped browser end path
browser
The text was updated successfully, but these errors were encountered:
jonrandahl
No branches or pull requests
Discovered the error templating is throwing a 500 error when I mistyped a url while testing out the latest changes.
Live link to show a un-styled server response displayed to the user:
https://landregistry.data.gov.uk/app/ukhpi/browse?from=2023-08-01&location=http%3A%2F%2Flandregistry.data%20.gov.uk%2Fid%2Fregion%2Funited-kingdom&to=2024-08-01&lang=en
Note the extra space between
.data
and.gov.uk
Also throwing 500 error for 404:
https://landregistry.data.gov.uk/app/ukhpi/browser?from=2023-08-01&location=http%3A%2F%2Flandregistry.data.gov.uk%2Fid%2Fregion%2Funited-kingdom&to=2024-08-01&lang=en
Note the mistyped
browser
end pathThe text was updated successfully, but these errors were encountered: