You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ionic chat widget locally on port 8100 with the following configration
"CHAT_SEND_BY_EMAIL_LINK": "",
"FIREBASESTORAGE_BASE_URL_IMAGE": "",
"DASHBOARD_URL": "http://localhost:4200/",
"SERVER_BASE_URL": "http://localhost:3000/",
"firebaseConfig": {
"apiKey": "xxxxx",
"authDomain": "xxx",
"databaseURL": "xx",
"projectId": "xxxx",
"storageBucket": "xxxx",
"messagingSenderId": "xxxx",
"chat21ApiUrl": ""
}
Please tell me what need to enter in CHAT_SEND_BY_EMAIL_LINK, FIREBASESTORAGE_BASE_URL_IMAGE, chat21ApiUrl or from where I can find them.
and also when I ran it on port 8100
it only show login button (No Email and password fields displayed) and aslo not create account etc.
when I click on login it send me back to http://localhost:4200/.......
Badly stuck in it...... kindly help me out where I am doing wrong.
Best Regards
The text was updated successfully, but these errors were encountered:
also display waning
index.cjs.js:10917 WebSocket connection to 'wss://s-usc1c-nss-233.firebaseio.com/.ws?v=5&ns=ptestchatapp1' failed: WebSocket is closed before the connection is established
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
http://localhost:8100/index.html this has to be your DASHBOARD_URL and SERVER_BASE_URL. Also supportMode should be false for the Email and Password textbox to be there.
Thanks for your comment
I have done that...now I am facing an issue when I start chat with javascript widget (code snippet) the message is sent but that message not shown on agents widget....
Is there any firebase webhooks required.
if yes then I have purchased it.. now what to do?
One more time thankyou @saksham2910
I am using ionic chat widget locally on port 8100 with the following configration
"CHAT_SEND_BY_EMAIL_LINK": "",
"FIREBASESTORAGE_BASE_URL_IMAGE": "",
"DASHBOARD_URL": "http://localhost:4200/",
"SERVER_BASE_URL": "http://localhost:3000/",
"firebaseConfig": {
"apiKey": "xxxxx",
"authDomain": "xxx",
"databaseURL": "xx",
"projectId": "xxxx",
"storageBucket": "xxxx",
"messagingSenderId": "xxxx",
"chat21ApiUrl": ""
}
Please tell me what need to enter in CHAT_SEND_BY_EMAIL_LINK, FIREBASESTORAGE_BASE_URL_IMAGE, chat21ApiUrl or from where I can find them.
and also when I ran it on port 8100
it only show login button (No Email and password fields displayed) and aslo not create account etc.
when I click on login it send me back to http://localhost:4200/.......
Badly stuck in it...... kindly help me out where I am doing wrong.
Best Regards
The text was updated successfully, but these errors were encountered: