You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug in 1.6.0 - web interface is absolutely useless without admin socket anyway. This is already fixed in e035c0e and will be released in 1.6.1
At moment to use Centrifugo v1.6.0 web interface it's required to provide both web and admin options:
{
..."web": true,
"admin": true
}
The text was updated successfully, but these errors were encountered:
This is a bug in 1.6.0 - web interface is absolutely useless without admin socket anyway. This is already fixed in e035c0e and will be released in 1.6.1
At moment to use Centrifugo v1.6.0 web interface it's required to provide both
web
andadmin
options:The text was updated successfully, but these errors were encountered: