M N Islam Shihan
M N Islam Shihan
@MakerTim 1. Create a webhook in Discord and copy the webhook url. 2. Configure slack plugin in taiga as you'd do usually and use copied webhook url with a `/slack`...
I strongly believe - the CircleCI tests, that are failing, are intermittent, caused by networking issues in CircleCI environment & unrelated with the changes in my PR. For example, [this](https://app.circleci.com/pipelines/github/ampproject/amphtml/26332/workflows/31b1a052-5737-4cc9-96a4-81965bf9a65d/jobs/548565/parallel-runs/0/steps/0-118)...
> As to the failing builds, you might want to try rebasing the latest main if that happens. @powerivq Done.
Instead of using `host: 'localhost:3000',` in your proxy configuration, use `host: 'localhost', port: 3000` and it should work.
Duplicate of #459