Skip to content

[hotfix] fix ngrok tunnel detection bug in entrypoint/app

context:

  • in MR !331 (merged), we fixed a bug that caused the boost cli tool to non-deterministically detect the url of a newly started ngrok tunnel (see: 90df984e)
  • however, we forgot to apply the same fix to bin/entrypoint/app, which also tries to detect the local ngrok tunnel, causing persistent problems registering new numbers in dev

change:

  • this MR applies the same bugfix in entrypoint/app as we previosly applied to cli/_check-env

Merge request reports

Loading