Home

Issue: 2653

Is it possible for middleware to be executed only on client side ?

[issue link]

When running an universal app, which means that SSR is active, and using middleware on a layout it seems like middleware always only executes on server side. This is happening on initial page load.

Is it possible for middleware to be executed on client side as well ? or only on client side ?

Thanks

This question is available on Nuxt.js community (#c2308)