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

Status code for Drupal error pages is not set in Nuxt #123

Closed TurtlBbx closed 1 year ago

TurtlBbx commented 1 year ago

Problem: If the backend error response contains page content data, then the HTTP status is not set in Nuxt, because we don't throw createError in this case.

Solution: We must pass on the HTTP status of the backend response to Nuxt.