middleware not rendered on the client
[issue link]I had a situation when middleware which must be called for all the routes, is called only on the server side
example in nuxt.config.js router: { middleware: ‘check-auth’ }… how in example-auth0
in file check-auth some code and contecxt isServer always returns true in the console from the server
maybe you have any ideas)