Join request failed

Hello Guys,

Whenever I try to join a device in my loraserver I get the following error

* type:"OTAA"
* error:"join-server returned error: unmarshal response error: invalid character 'C' looking for beginning of value"
* fCnt:0

not sure what to do about this one

You haven’t provided any configuration information, but you may have a mismatch between gateway bridge and network server format (protobuf/JSON) configuration or versions.

I found the problem, on network server toml

[join_server.default]

server=“http://localhost:8003

Changed to HTTPS and is working now.