TYPO3-Headless / nuxt-typo3

TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
https://t3headless.macopedia.io/nuxt-typo3/
90 stars 35 forks source link

fix: handling axios errors (#291) #292

Closed gdulamat closed 1 year ago

gdulamat commented 1 year ago

This PR solves the problem of unexpected server errors when BE is unavailable. Support for serving error page on initial data error is also added. The logic of the initial data errors is merged with the initial data fallback because it was split into two parts.

mercs600 commented 1 year ago

it's really helpful change :)