Closed vladosam closed 2 years ago
Thanks for this detailled report. If you have a blank screen before login, it is not an xmpp issue. I'll test your apache configuration tonight.
Using docker, I suggest to use a network front component (haproxy is very good at it) for handling ssl, cache, load balancing. Otherwise, you can use your cert with this image by passing it as mount (you also need to bind the nginx configuration file). I have an example on my laptop, I'll send it to you tonight.
@vladosam I am confused about something, why did you commented theses 2 attributes?
hasGuestAccess
(set it to false
if you want to disable guest access)hasRegisteredAccess
(set it to false
if you want to disable registered access so it will be guest only)Do not comment or set to false both attributes, otherwise, routing crashes (as you have experienced).
You where right. I don't know why i commented out those two lines. I probably wanted to comment out hasGuestAccess but I accidentally commented out hasRegisteredAccess also. Everything works now. Thanks. Closing this.
Unable to install xmpp-web from source. I get blank screen with just XMPP web on tab name. In dev tools i see uncaught error
This is local.js
and this is apache conf
I'm trying to use my wildcard ssl cert. Can I use my ssl cert with xmpp-web docker?