Meeting will start in long time
kevinadhiguna opened this issue · 7 comments
Hello @fmeringdal, thank you for your nice work !
I would like to ask how should I start a meeting because I clicked the New Meeting button on the homepage and it says the meeting will start in 479 minutes :
Steps to reproduce :
- Go to https://meet.nettubooking.com/.
- Click the
New Meeting
button. - Go to a newly opened tab.
- See the screenshot above.
Tested with Firefox. Any response will be appreciated.
Thanks for reporting this.
Seems like your browser time is wrong somehow. Do you get the correct time if you open your dev console and type: new Date()
?
Mhm, the relevant part is the openingTime
attribute that you see in the object.
Do you mind clicking on create meeting and then say what these three values are:
openingTime.startTS
openingTime.endTS
new Date().valueOf()
The third value should be a value between 1 and 2
Very strange. I do suspect that there is some instability with your browser / system time that is causing this.
Thank you for your time @fmeringdal , I really appreciate it.