Invalid JWT token (nrf cloud location services)

Hello there, 

I'm trying to get a GNSS sample working on thingy91 but I always get invalid jwt in the logs output. 

The steps I have done so far: 

1- updated modem firmware to 1.3.5

2- generate private keys using

AT%KEYGEN=16842753,2,0

3- parse the output using modem_credentials_parser.py 

           
4- create a csv file

                         

 [device_uuid, device_public_key]


5- uploaded via the portal https://nrfcloud.com/#/register-keys



so far no sucess with getting AGPS and PGPS services working using gnss sample.


I'm not sure if I missed a step here.

Appreciate any help!




sdk: v2.4.0
dk: thingy91

    

Related