-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Signture issued at time is in the future
#64
Comments
This is strange, I cannot reproduce it. |
I've been meaning to reset my machine for a while, so I might try that and see if it fixes this. |
I surely hope a bug in one of my packages doesn't lead someone to formatting their disk... That'd be peak failure. Surely there is an easier solution we can find :) Can you first try clear cache/visit your app in incognito? |
Thanks, John, I tried these suggestions now, as well as different browsers. |
@paladinic So to begin, you are not crazy.. Everything fine on linux but got the same error by booting into windows.. This is very weird |
#65 will be a momentary quick solution that bypass this I will be working on a longtime solution next week |
@paladinic after looking more into it, I found out that the time on the windows virtual machine were I tested it was not synchronized. So first thing I would check is that your timezone and automatic time is set properly. On an another note I added the possibility to bypass the error with a yes/no prompt for local development in #70. |
This seems to have fixed it! |
Hi,
I'm working on a rather shinyApp which involves a firebase login.
Until most recently, the app was working but, potentially since upgrading to Windows 11, I am getting this error in the console:
Signture issued at time is in the future
The elements that load with
reqSignin
do load, but the ones that usef$req_sign_in()
do not.What could this error be referring to?
What could be causing it?
For context, I am testing the same app on the windows machine where its throwing this error and on a Mac where no error is thrown and the app works as expected.
I was able to reproduce this in a smaller shinyapp:
Thank you!!
P.S. there is a typo in the word signature.
The text was updated successfully, but these errors were encountered: