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
When clicking around the UI and into a Job page, occasionally the Job show page throws an error and does not load. Once you reloading the page, it works.
The error displayed (at least when in dev mode):
Error: Assertion Failed: You made a 'findRecord' request for a 'job' with id '["httpd","prod"]', but the adapter's response did not have any data
Reproduction steps
Sporadically happening when clicking into a job page from the jobs index.
I will try to find a consistent reproduction and update.
Expected Result
The job page loads correctly.
Actual Result
The job page fails and throws an error.
The text was updated successfully, but these errors were encountered:
Also, FYI - When I run this with a non-dev build of the UI, the error is "TypeError: t is undefined" in the console, and "Something went wrong." in the UI.
So in case anybody was wondering if these are two distinct errors, they aren't!
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Output from
1.3-beta
Operating system and Environment details
MacOS, Firefox
Issue
When clicking around the UI and into a Job page, occasionally the Job show page throws an error and does not load. Once you reloading the page, it works.
The error displayed (at least when in dev mode):
Error: Assertion Failed: You made a 'findRecord' request for a 'job' with id '["httpd","prod"]', but the adapter's response did not have any data
Reproduction steps
Sporadically happening when clicking into a job page from the jobs index.
I will try to find a consistent reproduction and update.
Expected Result
The job page loads correctly.
Actual Result
The job page fails and throws an error.
The text was updated successfully, but these errors were encountered: