monzo / response

Monzo's real-time incident response and reporting tool ⚡️
MIT License
1.52k stars 165 forks source link

Incident Reports not showing at incident channel #224

Closed ryanermita closed 4 years ago

ryanermita commented 4 years ago

I'm exploring this package and followed every step in the document. I got the app running and setup it up for Slack. I tried to send a report using the /incident command, modal pop up and I input the test data on it. But the issue is that the report data does not publish to the incident channel I defined via the INCIDENT_CHANNEL_ID variable. I also expect that the data would be saved to the database defined at the settings.py, but its not.

I got no error while doing the test, so I kinda lost on how to solve the issue.

Additional details:

I also tried this using python 3.7.

ryanermita commented 4 years ago

solved. i just forgot to add to INSTALLED_APPS

    "after_response",
    "rest_framework",
    "bootstrap4",