Is it possible to run Nuxt app in clustering mode without ruining the stateful nature of the Nuxt app?
We have a web app that has an area that displays user controls depending on if the user is authenticated or not. Authentication is done via JWT token. Stack: Vue/Nuxt, AWS ECS, Aurora.