multiple domains is broken - 'req is not defined' #293
Closed
Description
Version
Reproduction link
https://codesandbox.io/s/wwwp0jpxow?from-embed
Steps to reproduce
still haven't dug deep enough but after upgrading I started getting this error
What is expected ?
Multiple domains to work
What is actually happening?
req is not defined
Additional comments?
Adding req in
export default async (context) => {
const { app, route, store, res, req } = context;
within /node_modules/nuxt-i18n/src/main.js solves the problem
Metadata
Assignees
Labels
No labels