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
I need a little help. It make 2 night I try to figure out what am I doing wrong.
For the the purpose of the test, I open 2 commands line.
Than I runbin/console thruway:router:start -vvv to start the server.
Than when I try to run the worker, with bin/console thruway:worker:start -vvv "default" I got error message wamp.error.not_authorized.
Look like internal client is running anonymous user.
So here is my config:
php7.2
symfony 4.0
ThruwayBundle dev-master
voryx_thruway:
realm: 'realm1'
url: '%env(VORYX_THRUWAY_URL)%' #The url that the clients will use to connect to the router
router:
ip: '%env(VORYX_THRUWAY_ROUTER_IP)%' # the ip that the router should start on
port: '%env(VORYX_THRUWAY_ROUTER_PORT)%' # public facing port. If authentication is enabled, this port will be protected
trusted_port: '%env(VORYX_THRUWAY_ROUTER_TRUSTED_PORT)%' # Bypasses all authentication. Use this for trusted clients.
authentication: true
user_provider: 'fos_user.user_provider.username_email'
enable_logging: true
I need a little help. It make 2 night I try to figure out what am I doing wrong.
For the the purpose of the test, I open 2 commands line.
Than I run
bin/console thruway:router:start -vvv
to start the server.Than when I try to run the worker, with
bin/console thruway:worker:start -vvv "default"
I got error messagewamp.error.not_authorized
.Look like internal client is running anonymous user.
So here is my config:
php7.2
symfony 4.0
ThruwayBundle dev-master
config/packages/security.yaml
config/packages/voryx_thruway.yaml
config/packages/fos_user.yaml
config/services.yaml
The text was updated successfully, but these errors were encountered: