Replies: 1 comment 1 reply
-
It looks like you are using websockets transport here with SignalR. BFF currently does not come with support for websockets, only HTTP. You could attempt to disable websockets here? I will however take this up with the engineering team and see if there is anything we can do around websockets and SignalR. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm mapping remote endpoints from the BFF appsettings.json
This should set /notificationHub endpoint to not require an authenticated user.
Here is the proxy.conf section in my Angular app
and connect like this
So I start the application and this is what I see in console output:

As you can see, I get error 401 and still have the message received. I think I should have the message received because my hub endpoint doesn't require authentication. But 401 error a bit confuses me. Can you please clarify this moment to me? Which is the correct way of setting up all these?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions