-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Not working with esbuild (e.g. NG17) #765
Comments
@Squixx Thank you for using JS Speech SDK, and writing this up. As http-proxy-agent provides core functionality for proxy support in our library, I can't give a timeline for replacement, nor can I assure you that any potential replacement will work with ESBuild, but I've added this bug to our backlog. Internal ref. 5963384 |
Is there no work around or additional feedback for this with Angular 17 projects? |
dotnet/aspnetcore#52082 (comment) In this case, try adding |
Thank you Glenn, that worked for in my case! Hopefully this issue is still on Microsoft's radar though for server rendering. I also had to add the following to my angular.json file: |
I'm closing this, as this issue is upstream of JS Speech SDK. |
What happened?
In Angular 17, Esbuild is included as a compilation option (and default for new projects)
However when using the microsoft-cognitiveservices-speech-sdk, you will get the error:
as
microsoft-cognitiveservices-speech-sdk
depends on thehttps-proxy-agents
and thus cant compile. (not this issue also applies when using the latest version ofhttps-proxy-agents
Version
1.33.0 (Latest)
What browser/platform are you seeing the problem on?
Angular 17
Relevant log output
No response
The text was updated successfully, but these errors were encountered: