drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
22 stars 4 forks source link

Error handling for menu API requests #72

Closed fago closed 2 years ago

fago commented 2 years ago

Currently we do that:

https://github.com/drunomics/nuxtjs-drupal-ce/blob/1.x/lib/plugin.mjs#L135:

      } catch (error) {
        // Ignore the error and only log it, so the site stays functional.
        // eslint-disable-next-line no-console
        console.log(error)

Planned solution:

davision commented 2 years ago

Resolved in #78