Skip to content

The allowed metadata and entity type lists do not display errors when listing

  1. Open the project information for any project.

  2. Do something that will cause all further API requests to catch fire: shut your local server down, turn off networking, run sudo docker stop in production (maybe not), etc.

  3. Click on the Allowed metadata or Entity types tab.

  4. No notification is displayed, no allowed metadata is displayed, no entity type is displayed, and the form remains in a loading state.

  5. Open the developer console.

  6. Uncaught (in promise) TypeError: this.notify is not a function
      listMetaData List.vue:55
    Uncaught (in promise) TypeError: this.notify is not a function
     listEntityTypes List.vue:64

    Those errors are not even sent to Sentry.

  7. Cry.