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
The first request to nexus viewer will always be a 500 as the localstorage is not available before the page hydrates.
Moving the obtaining of the token from local storage works to prevent this locally but completely breaks the nexus viewer on production and staging.
This needs investigation. As a side point this doesnt effect the text viewer for unknown reasons.
When this is done the failOnStatusCodes can be removed from the cypress tests.
failOnStatusCodes
The text was updated successfully, but these errors were encountered:
keiranjprice101
No branches or pull requests
Description of the issue
The first request to nexus viewer will always be a 500 as the localstorage is not available before the page hydrates.
Moving the obtaining of the token from local storage works to prevent this locally but completely breaks the nexus viewer on production and staging.
This needs investigation.
As a side point this doesnt effect the text viewer for unknown reasons.
When this is done the
failOnStatusCodes
can be removed from the cypress tests.The text was updated successfully, but these errors were encountered: