Hi!
It must be something stupid from my side.
I'd like to add new device ( first one ) on Dashboard. According the manual I should press on green add sign, but there is no " + sign".
Any suggestion?
Best regards,
Simon.

Hi!
It must be something stupid from my side.
I'd like to add new device ( first one ) on Dashboard. According the manual I should press on green add sign, but there is no " + sign".
Any suggestion?
Best regards,
Simon.

Hello Simon,
I've never seen that kind of issue before. Have you tried to refresh the page? This is what it should look like:
Kind regards,
Øyvind
Thank You Øyvind for replay,
Yes I did! I was re_enter ( longing out and in ) several times in past two days.
Simon.
What browser are you using? Have you tried another? Did you try with shift+F5? Or CTRL+R?
Firefox, MS Edge, is the same. No change.
It must be something with Logging In.
I will need to forward the login information i.e. email, to our nRF Cloud team.
Can you please try deleting cookies affiliated with nRF Cloud from your browser history?
We were able to reproduce the issue here. It seems that there is an issue in FireFox. Could you please try with Chrome browser?
I did clear the cookies. This did not change anything.
I'm shore something went wrong with registration, because I can not delete my account.
I can login from another computer, with the same result -> No + sign.
Another browser will not change anything according My opinion.
Best regards,
Simon
I did clear the cookies. This did not change anything.
I'm shore something went wrong with registration, because I can not delete my account.
I can login from another computer, with the same result -> No + sign.
Another browser will not change anything according My opinion.
Best regards,
Simon
In Firefox can you please open the developer tools and open console while logging in to nRF Cloud. This should output errors from the web page.
Testing Chrome will verify that we are seeing the correct issue and are able to fix.
After loging:
Uncaught Error: Unhandled error. (undefined)
Thank you for providing this information. I will forward to our nRF Cloud team.
Dear Øyvind,
Thank You for help, the team made good job!
Best regards,
Simon.
Hi Simon, is your issue fixed?
SSimon said:Uncaught (in promise) InvalidSignatureException: Signature not yet current: 20210902T134316Z is still later than 20210902T134244Z (20210902T133744Z + 5 min.)
Our dev team informs me that AWS endpoints calculate a signature for authenticating request (they do not transmit the actual user secrets), and they are time based, to make these signed requests very short lived.
From the timestamps printed it looks like the users time is a little more than 5 minutes in the future.
The AWS Sig v4 algorithm however only allows for a maximum of 5 minutes: https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html
Kind regards,
Øyvind