NRF Cloud Multi Service example with hard coded certificates modem errors

I'm using NCS version 2.6.1 with a NRF9161DK

Recreating the issue:

Follow the instructions in the readme of the sample: Cellular: nRF Cloud multi-service

Build with overlay_coap.conf as extra kconfig fragments added: overlay_coap.conf.

Add configs in prj.conf as follows:

CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES=y
CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME=y
CONFIG_NRF_CLOUD_CLIENT_ID="device-id"

After flashing, the logs indicate the errors

Did I miss any configurations to make this work? Thanks

Related