You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This postman call will produce http status code 500, and message of "json: cannot unmarshal bool into Go value of type []requests.AddSubscriptionRequest", with this error message, it shouldn't be status code 500, but status code 400.
🔥 Exception or Error
{
"apiVersion": "v3",
"message": "json: cannot unmarshal bool into Go value of type []requests.AddSubscriptionRequest",
"statusCode": 500
}
🌍 Your Environment
use compose-builder command make run no-secty ds-virtual to bring up EdgeX system
EdgeX Version [REQUIRED]:
3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Affected Services [REQUIRED]
support-notification
Is this a regression?
no
Description and Minimal Reproduction [REQUIRED]
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemOn postman:
POST http://localhost:59860/api/v3/subscription
JSON body has only a string of "false"
This postman call will produce http status code 500, and message of "json: cannot unmarshal bool into Go value of type []requests.AddSubscriptionRequest", with this error message, it shouldn't be status code 500, but status code 400.
🔥 Exception or Error
{
"apiVersion": "v3",
"message": "json: cannot unmarshal bool into Go value of type []requests.AddSubscriptionRequest",
"statusCode": 500
}
🌍 Your Environment
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemEdgeX Version [REQUIRED]:
3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered: