Tiledesk / tiledesk-dashboard

Tiledesk is the full-stack Open Source Live Chat with built-in Chatbots, written in Node.js and Angular. This repository is dedicated to the WebApp dashboard to manage Tiledesk: open-source alternative to Voiceflow, enabling easy creation of advanced LLM chatbots with seamless human agent handover.
https://www.tiledesk.com
MIT License
232 stars 95 forks source link

Dashboard AppConfigService not getting dashboard-config.json in Docker #61

Open sewardgw-cf opened 4 years ago

sewardgw-cf commented 4 years ago

I am trying to deploy your docker container for the dashboard service, I have deployed the service through both the docker-compose version as well as the standalone dashboard docker image (with the tiledesk-server running separately) and each time I get this error in the browser's console saying that it cannot load dashboard-config.json

Screen Shot 2020-05-05 at 2 20 13 PM

I am not sure why the response is coming back as 200 but the _data object is coming back as an empty string. When I plug in the URL (http://localhost:4500/dashboard-config.json) it also works (returns a 200) but it does not return a value.

Steps to reproduce: Pull the most recent compose image and env file:

curl https://raw.githubusercontent.com/Tiledesk/tiledesk-server/master/docker-compose.yml --output docker-compose.yml
curl https://raw.githubusercontent.com/Tiledesk/tiledesk-server/master/.env.sample --output .env

Update the following values (the rest of the .env stays the same):

FIREBASE_PRIVATE_KEY=MY_FULL_PRIVATE_KEY
FIREBASE_CLIENT_EMAIL=MY_EMAIL....iam.gserviceaccount.com
FIREBASE_PROJECT_ID=MY_ACCOUNT

CHAT21_ENABLED=true
CHAT21_URL=https://MY_FUNCTIONS_API.cloudfunctions.net/api

FIREBASE_APIKEY=MY_API_KEY
FIREBASE_AUTHDOMAIN=MY_AUTH_DOMAIN.firebaseapp.com    
FIREBASE_DATABASEURL=https://MY_DB_URL.firebaseio.com/
FIREBASE_STORAGEBUCKET=gs://MY_STORAGE.appspot.com
FIREBASE_MESSAGINGSENDERID=MY_MESSENGER_ID

Run the docker container:

docker-compose up
alangarbo commented 4 years ago

Hi, Can you solved the problem? I am trying to install tiledesk but Always I have a issue

jeovajireh commented 3 years ago

Hi, Can you solved the problem? I am trying to install tiledesk but Always I have a issue

I'm looking for someone who was successful.

sewardgw-cf commented 3 years ago

I was not successful and these guys don't support the open source product. You have to pay to get this to work.