Skip to content

[hotfix] dev env fixes

aguestuser requested to merge hf-dev-env-fixes into main
  • update .env.dev to reflect rotated twilio api key
  • fix ngrok discovery bug
    • SYMPTOM: twilio returns error about not being able to contact url of form https:/ul/twilioSms when attempting to create a new number
    • CAUSE: entrypoint/app is querying the local ngrok api for tunnels before it is up and running, causing ngrok to return a not found html page, which the entrypoint script seds to spit out the ul form a <ul> tag. (wheee!)
    • FIX: modify entrpoint/app to ping ngrok again if it ever gets ul as the host_url (which it already does if it gets an empty string)

Merge request reports