Static GitHub Issues

[3129] I want to save data that is got from a java server in express session

prev: no data returned on page resfresh
next: <nuxt-link to="/" append> don't work

My web page get data from a java server,i want to save my common data of menus in express-session after i login successfully. I wrote a asyncData method in the next page like this image but it didn't work, the req always was null. Whether the problem happened because of my web page got data from a java server?It made me can't get req

<!--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/c2710">#c2710</a>)</em></sub></div>