ClientAuthError: Error: could not resolve endpoints. Please check network and try again when not supplying authenticationParameters #4740
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Versions
What package version of the SDK are you using.
4.22.3
What nodejs version are you using
v20.13.1
What browser version are you using
Arc
What os are you using
MacOs
Describe the bug
I'm encountering this bug inconsistently when running my bot. Now, there's no steps to reproduce it as it happens randomly. Now, my hunch is it could be because of me using functional implementation for bot builder instead of using classes as cited in numerous documentations.
As of now, I've my auth defined in separate file and
adapter
is being imported from the same when required.Could this be the issue for the same?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally, I shouldn't be getting this.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: