Static GitHub Issues

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

prev: Accessing css links on html template
next: Promissify is not a function

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2308">#c2308</a>)</em></sub></div>