Replies: 2 comments 4 replies
-
Are you missing some text for those errors? They don't look like errors in their current form. We have a tutorial that sets up a project using WebPack which might help https://docs.microsoft.com/aspnet/core/tutorials/signalr-typescript-webpack?view=aspnetcore-3.1&tabs=visual-studio |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm using this package @microsoft/signalr And I'm passing an endpoint that was created as Azure function. For example for mi local env. |
Beta Was this translation helpful? Give feedback.
2 replies
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 everyone!.
I need your help. I have a react project with the signalR integration. My first implementation was with
react-scripts
builder and works perfect, but now I'm migrating to Webpack, but when Webpack tries to build the app throws me some errors related with the Http connections like...new HttpConnection
HttpConnection../node_modules/@microsoft/signalr/dist/esm/HttpConnection.js.HttpConnection.resolveUrl
HubConnectionBuilder../node_modules/@microsoft/signalr/dist/esm/HubConnectionBuilder.js.HubConnectionBuilder.build
new SignalRService
Do you know some configuration in Webpack to avoid this errors?
Beta Was this translation helpful? Give feedback.
All reactions