-
Notifications
You must be signed in to change notification settings - Fork 12
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: HttpClient is not correctly injected in LoRaWanManagementService #2942
Labels
bug
Something isn't working
Comments
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
9 tasks
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
kbeaugrand
added a commit
that referenced
this issue
Apr 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When using the DI to get the httpClient for the lorawan management facade, its settings should be populated by the configuration.
Current Behavior
Currently the application is getting a default httpclient without his parameters, this cause an issue when trying to send a frame to the device.
Steps to Reproduce
Context (Environment)
Portal version: 5.2.0
LoRaWAN Stack version: N/A
Logs
Additional Information
The text was updated successfully, but these errors were encountered: