Trouble with sample settings app

Hi,
I’m having problems getting the Settings app to work. Seems like even though the device (nrf9160) is talking to the cloud console, settings are not syncing.
I have included a video here: Golioth Sample Settings App - YouTube

Thanks for any suggestions!

Hi Jim, thanks for posting the video, this helped a lot in troubleshooting.

It looks to my like your Golioth version is out of sync with your NCS version and that’s where I would first look in solving this problem.

  • I see you have Golioth checking out main and nrfxlib is pulling for version 2.2.0
  • Golioth’s current tip of main targets Nordic 2.3.0

The last Golioth commit that still used nRF Connect SDK v2.2.0 is:

8c898fa24481e5bfce9c584d2ea20b0b4f4ca3ea

You can try to set the Golioth version in your manifest file to this commit hash. Then run west update and rebuild to see if that fixes the issue for you.

(you can locate your manifest file with the west manifest --path command)

Nice going, Mike. That worked!

Thank you so much!

1 Like