Provisioning to cloud returns 404

Hi Team,

We are using nRF9160

We are provisioning our devices to nRF cloud for more then a year now with a script that create CSV and upload it to cloud during manufacturing.

The past week we noticed that devices are failing to provision to cloud and we get "!!! Failed to upload certificate: Http status error [404]"

Looking at https://api.nrfcloud.com/v1/#tag/IP-Devices/operation/OnboardDevices I don't see any change.

Have you changed something in the provisioning process?

Parents
  • Hi,

    I think you should it sounds like the 404 error you are encountering indicates that the endpoint you are using for provisioning may no longer be valid or there could be a temporary issue with the nRF Cloud API. Although you mentioned there were no documented changes in the API it is possible there were updates or deprecations not yet reflected in the documentation.

    First verify that your API endpoint URLs are correct and match those specified in the [nRF Cloud API documentation](https://api.nrfcloud.com/v1). Also check the status and availability of the nRF Cloud services to see if there have been any recent disruptions. If everything seems correct it might be helpful to reach out to Nordic Semiconductor support to confirm if any backend changes were made recently.

    Thanks

Reply
  • Hi,

    I think you should it sounds like the 404 error you are encountering indicates that the endpoint you are using for provisioning may no longer be valid or there could be a temporary issue with the nRF Cloud API. Although you mentioned there were no documented changes in the API it is possible there were updates or deprecations not yet reflected in the documentation.

    First verify that your API endpoint URLs are correct and match those specified in the [nRF Cloud API documentation](https://api.nrfcloud.com/v1). Also check the status and availability of the nRF Cloud services to see if there have been any recent disruptions. If everything seems correct it might be helpful to reach out to Nordic Semiconductor support to confirm if any backend changes were made recently.

    Thanks

Children
Related