We had set up a JITSI server on our AWS account on an ECS service with an open-source container image.
There are 5 containers running (web, prosody, jicofo, jibril, jvb). image version: stable-7439
We want to integrate a calendar service in Jitsi; I follow this step. issue (we can not sign in google calender)
change ENABLE_CALENDAR to true in the web container.
change GOOGLE_API_APP_CLIENT_ID to our google API client id.
@damencho
Yes
I read all articles and documents and apply above changes but nothing happen when i click on Google sign.
Does there is need to install additional software in container?
Can you provide any suggestions that I have to follow…
In js console there is error like below.
Not a valid origin for the client: https://jitsi.xyz.com has not been registered for client ID <our_client_id>.
Our server is running on : jitsi.xyz.com
then what is valid origin in client id?
Having the same proble. have you guys have any progress? i get an error
details:You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these
error
“idpiframe_initialization_failed”
I read all articles and archives and apply above changes however nothing happen when I click on Google sign.
Does there is need to introduce extra programming in holder?