You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
After installing Nuxtpress on a existing Nuxt app, Nuxt crashes with the following error:
TypeError: Cannot read property 'match' of undefined
This seems to be most likely due to Nuxtpress searching for a Http plugin on start and expects this.options.plugins to be an array of objects whereas in practice it can be mixed(elements can be strings or objects)
The text was updated successfully, but these errors were encountered:
After installing Nuxtpress on a existing Nuxt app, Nuxt crashes with the following error:
TypeError: Cannot read property 'match' of undefined
This seems to be most likely due to Nuxtpress searching for a Http plugin on start and expects this.options.plugins to be an array of objects whereas in practice it can be mixed(elements can be strings or objects)
The text was updated successfully, but these errors were encountered: