Ilya Shalyapin

Results 3 comments of Ilya Shalyapin

> Fixed with this [Releases](https://github.com/nuxt/framework/releases) [v3.0.0-rc.12](https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.12) of Nuxt 3 I have the same problem with "nuxt": "3.0.0-rc.12" "vue3-carousel": "^0.2.5"

> Perhaps someone will encounter a problem on archlinux I solved the problem of incorrect work. It consisted in the fact that appimage is looking for shasum along the way...

> if (error.value) { > // This will trigger an error page server side > throw createError({ message: 'Page not found', statusCode: 404 }) > } > ``` I noticed...