Within my Nuxt.js setup, I followed the installation steps for nuxt-i18n as outlined in the documented instructions:
{
modules: [
['nuxt-i18n', {
// Options
}]
]
}
However, upon running npm run dev, I encountered the following error message:
DONE Compiled successfully in -4519ms 12:53:52
OPEN http://localhost:3000
nuxt:render Rendering url / +0ms
{ statusCode: 404,
path: '/',
message: 'This page could not be found' }
Any suggestions on how to resolve this issue?