Skip to content
New issue

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

[BUG] WSOD on location details page #19031

Closed
johnclary opened this issue Sep 12, 2024 · 0 comments · Fixed by cityofaustin/vision-zero#1550
Closed

[BUG] WSOD on location details page #19031

johnclary opened this issue Sep 12, 2024 · 0 comments · Fixed by cityofaustin/vision-zero#1550
Assignees
Labels
Impact: 2-Major Causes a major interruption of TPW service delivery Product: Vision Zero Crash Data System Centralize the management of ATD's Vision Zero data Type: Bug Report Something is not right Workgroup: VZ Vision Zero Program

Comments

@johnclary
Copy link
Member

johnclary commented Sep 12, 2024

The location details page is not loading. It appears to be an Apollo error:

Argument of undefined passed to parser was not a valid GraphQL DocumentNode. You may need to use 'graphql-tag' or another method to convert your operation into a document
new InvariantError
src/invariant.ts:12
   9 | export class InvariantError extends Error {
  10 |   framesToPop = 1;
  11 |   name = genericMessage;
> 12 |   constructor(message: string | number = genericMessage) {
  13 |     super(
  14 |       typeof message === "number"
  15 |         ? `${genericMessage}: ${message} (see https://github.com/apollographql/invariant-packages)`

I think we may have overlooked the location notes section when soft-deletes were added via cityofaustin/vision-zero#1540.

@johnclary johnclary added Type: Bug Report Something is not right Impact: 2-Major Causes a major interruption of TPW service delivery Workgroup: VZ Vision Zero Program Product: Vision Zero Crash Data System Centralize the management of ATD's Vision Zero data labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Impact: 2-Major Causes a major interruption of TPW service delivery Product: Vision Zero Crash Data System Centralize the management of ATD's Vision Zero data Type: Bug Report Something is not right Workgroup: VZ Vision Zero Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants