Hello,
I have been trying to get the thingy:91 up for 3 weeks or more now from Sri Lanka. I have made a lot of progress in getting data connectivity via MQTT to thethings.io successfully. But I still cant get the data connectivity to the nrfcloud. I really need some assistance here.
1. I recompiled the Asset Tracker V2 with nbiot, and changed the URL to an IP address as the DNS translation is not working with my operator. Not sure why that is, but that needs further debug assistance. But for now I put this IP : 34.193.110.244. Is that the correct IP address ? Is that acceptable to change the URL to an IP ?
2. Asset tracker v2 with the changes seems to run fine, and I think it connects with the server. Log file is attached. Can you please help confirm that its connected to the server ? 
3. I think I have the certificates properly loaded to the device. I used the following command to create the CA , in windows using the scripts from your site
python3 create_ca_cert.py -cn nrf-352656101105xxx -c US
4. I used the following command to program the certificates to the device and create the provisions.csv file. The certificates loaded in to the device via UART without an issue
python device_credentials_installer.py -d --ca .\0x58d12fc065468e1e1f81d14e6a88d316236744d7_ca.pem --ca_key .\0x58d12fc065468e1e1f81d14e6a88d316236744d7_prv.pem --csv provision.csv -s -v --id_str nrf-352656101105xxx
5. Finally I provisioned the device using this command
python3 .\nrf_cloud_provision.py --apikey db7cec7b98573fe55f29eb21c1d28525d2c73xxx --chk --csv .\provision.csv
6. The provisioning happened correctly also. I see this when I login. Do I need to do anything else that the provisioning, like add a device using the yellow button on the left ?

7. If do try to use the yellow button and try to add a device it gives me this error. After provisioning via the python script, do I need to do this step ? 
thank you in advance, really need to get this step solved so we can get to the next stage of the projects.
thank you !