DlafCreative

Results 6 comments of DlafCreative

Same thing here, I do a `this.$axios.setToken(token, 'Bearer')` in nuxtServerInit() then the authorization header disappears on client side :(

Worked for me too @wakinowen

Any idea on when this modification could be released ? :) Like said in #49, I can't use any application state container like ng2-redux, because I can't store my models...

I notice when I use my own ejabberd.yml `ejabberd | 22:25:47.187 [info] ejabberd 18.09 is started in the node ejabberd@localhost in 2.83s` ERLANG_NODE in docker-compose.yml seems to be skipped When...

The only workaround I've found is to build my own Dockerfile and copy my ejabberd.yml.tpl ``` FROM rroemhild/ejabberd ADD ./ejabberd.yml.tpl /opt/ejabberd/conf/ejabberd.yml.tpl ``` This way, the network works. But no idea...

Same thing here, with a fresh Sails 1.0 generated project I uninstall sails-hook-autoreload until a fix is available :)