Manuel Raynaud
Manuel Raynaud
This is explain here in the npmjs documentation: https://docs.npmjs.com/requiring-2fa-for-package-publishing-and-settings-modification You should choose this option `Require two-factor authentication or automation tokens` to allow your CI to publish using an automation token.
Hi @acu192 thanks for your quick reply. It looks like more a workaround than a durable solution. If the `RedisChannelLayer.serialize` implementation changes, I will not have the benefit of this...
Thanks I will try to do my own implementation in this case.
Hi, If we are not using daphne in production, we just have to install it in developement for the `runserver` usage ? Same thing for `INSTALLED_APPS` ? It's only needed...
Hi, if you are still interested we created images dedicated to learning locker and xapi-service. The main reason we created a new xapi-service image is to not run it as...
> why do you have nginx if you are exposing the ports for api and ui? `expose` is here to expose ports without publishing them to the host machine -...
> This is a bit unfortunate. As SF 3.3 will be out at the end of the month and using this bundle with 3.3 will immediately result in a deprecation...
Right, the `autowiring-type` property is deprecated.
Do you still have the problem ?
In my case it was a reverse proxy issue. Nginx was not able to found this app assets resulting in a blank page.