-
Notifications
You must be signed in to change notification settings - Fork 107
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
Installation (Do, Docker) #34
Comments
Hi @andrealeo83 Yes, I double checked this part also, assuming it would be the area of issue For clarity, the terminal log is below (where I get the deploy timeout I re-ran the missing ones) I will note there is no function in Firebase called createCustomToken - should there be>? Terminal Log`/usr/app # firebase login /usr/app # firebase use --add Created alias staging for tiledesk-senses. /usr/app # firebase deploy === Deploying to 'tiledesk-senses'... i deploying database, functions Functions deploy had errors with the following functions: To try redeploying those functions, run: To continue deploying other features (such as database), run: Error: Functions did not deploy properly. ⚠ functions: package.json indicates an outdated version of firebase-functions. === Deploying to 'tiledesk-senses'... i deploying functions ✔ Deploy complete! Project Console: https://console.firebase.google.com/project/tiledesk-senses/overview |
For a note, it does actually log me in, but i have to manually navigate. to /dashboard (otherwise it just sites on the login screen!) |
chat21/firebase/auth/createCustomToken is part of tiledesk-server here: https://github.com/Tiledesk/tiledesk-server/blob/master/channels/chat21/firebaseauth.js |
@matyhaty Any luck with the above issues it seems i have similar issue and can't seem to find any solution that. |
Can you describe your issue ?
Il giorno sab 30 gen 2021 alle 12:27 Malik Saifullah Yasin <
[email protected]> ha scritto:
… @matyhaty <https://github.com/matyhaty> Any luck with the above issues it
seems i have similar issue and can't seem to find any solution that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHRXUWYNRWP4GTGZX7RKQLS4PUJRANCNFSM4OIEHGBQ>
.
|
@andrealeo83
last command always gives me following error :- === Deploying to 'tiledesk-c2a9b'... i deploying database, functions Error: Error occurred while parsing your function triggers. TypeError: functions.region(...).region(...).region(...).region(...).region(...).config is not a function |
Yes the error exists: |
@andrealeo83 Thanks Issues has been resolved. |
could you document how you resolved will help me, others, everyone :() |
@matyhaty
These should work for you because you will have a latest cloned project. If you want to do it in previous project :-
I just tried the second options after @andrealeo83 response and it deployed perfectly without any issues. |
Hi Tiledesk
Ive followed the step by step instructions from setting up a Docker droplet on Digital Ocean
All went well, get to the login page - which fails, and get the following error in console:
<title>Error</title>Its trying to post to the url:
http://chat.senses.co.uk/api/chat21/firebase/auth/createCustomToken
Where chat.senses.co.uk is the base URL
Can anyone point me in a direction?
The text was updated successfully, but these errors were encountered: