nash-md / twilio-contact-center

A contact center built on Twilio, supporting voice calls, web chat, callback, Facebook Messenger and SMS chat
http://www.twilio.com
MIT License
256 stars 152 forks source link

The new build fails when we load it in GCP #30

Closed pundaripothini closed 4 years ago

pundaripothini commented 4 years ago

Lots of errors around missing workflow etc,. I had to rollback to the version from April 29th for it to work. Any ideas? Nothing works, I couldn't run the /setup I get into syntax errors etc,. very bizarre.

nash-md commented 4 years ago

I tested with the latest repository version and Heroku and it was working finde. Can you post the error message here? How did you upgrade?

pundaripothini commented 4 years ago

Hi MD,

I uploaded it to GCP cloud and I consistently get this error:

error: configuration could not be loaded

But when I upload the April 29th build following exact same steps it's a success.

On Mon, Jul 27, 2020 at 3:02 PM Matthias Damm notifications@github.com wrote:

I tested with the latest repository version and Heroku and it was working finde. Can you post the error message here? How did you upgrade?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nash-md/twilio-contact-center/issues/30#issuecomment-664608959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5F3WSNAVWL4C2MLNKBRJDR5XMOXANCNFSM4PJAFJRQ .

pundaripothini commented 4 years ago

Hi,

I work for a company that delivers a lot of twilio based solutions and we have a constant need for twilio skills expertise. We don't have any in-house development and heavily rely on external vendors/partners. But my current partners often struggle with twilio based solutions and I'm trying to see if it's feasible to use external resources and independent hobby coders to help with our journey. Let me know if you are interested. This can be helping with coding or be available on a consultative basis, whichever you feel comfortable with.

Kind regards Pundari Pothini

On Mon, Jul 27, 2020 at 8:50 PM Pundari Pothini pundari.pothini@gmail.com wrote:

Hi MD,

I uploaded it to GCP cloud and I consistently get this error:

error: configuration could not be loaded

But when I upload the April 29th build following exact same steps it's a success.

On Mon, Jul 27, 2020 at 3:02 PM Matthias Damm notifications@github.com wrote:

I tested with the latest repository version and Heroku and it was working finde. Can you post the error message here? How did you upgrade?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nash-md/twilio-contact-center/issues/30#issuecomment-664608959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5F3WSNAVWL4C2MLNKBRJDR5XMOXANCNFSM4PJAFJRQ .

nash-md commented 4 years ago

Can you check if the error still occurs after you reload the page? The reason is, app.js will try to create the entity if it does not exist, nevertheless there is no async/await currently and the first load will fail, this is something I need to fix in the future. If this does not work, please delete the Firestore storage for this app, it should then re-create it. Again you would need to start the app twice.