Tom Dutton

Results 5 comments of Tom Dutton

You should be able to pass in the hub name when creating a connection. `const conx = this._signalR.createConnection({ withCredentials: true, hubName: 'myHub' }); conx.status.subscribe((s) => console.warn(s.name)); conx.start().then((c) => { });`...

`const conx = this._signalR.createConnection({ url: '' })` `const conx1 = this._signalR.createConnection({ url: '' })` You can set the URL when creating the connect also, that will override the module setup...

Also the documentation does not say it allows spaces https://auth0.com/docs/connections/database/require-username

@stevehobbsdev I have looked into this more. Its when you have "Use my own database" turned on. More info When you have completed your migration and not set the Login/Get...

We get this error consistently when going into flight mode and then updating indexed db multiple times. Using ios 13.1.1