Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatOps tab not loading [v1.2.7] #1735

Closed
AlbertasG opened this issue Apr 12, 2023 · 8 comments
Closed

ChatOps tab not loading [v1.2.7] #1735

AlbertasG opened this issue Apr 12, 2023 · 8 comments
Assignees
Labels
bug Something isn't working involved:Frontend

Comments

@AlbertasG
Copy link

AlbertasG commented Apr 12, 2023

ChatOps page does not load or perform any network requests when selecting ChatOps tab. Tested on both Firefox and Chrome.

Edit: Other functionality works: Schedules, Escalation chains, Integrations, etc.

image

  • [OpenSource ]
  • [v1.2.7]
  • [part:chartops]
  • [bug]
@AlbertasG
Copy link
Author

Tried with v1.2.9 also same behaviour.

@AlbertasG
Copy link
Author

Resolved with dowgrade to v1.1.37

@xom4ek
Copy link
Contributor

xom4ek commented Apr 20, 2023

Same problem with 1.1.41
telegram-cloud-photo-size-2-5251325628442069318-y

Downgrade to 1.1.40 fix problem
telegram-cloud-photo-size-2-5251325628442068764-y

@baracoder
Copy link

Still occurs on 1.2.41

@teodosii
Copy link
Member

teodosii commented Jun 12, 2023

@baracoder Hi there! Can you post your response for this request? [your-instance]/api/plugin-proxy/grafana-oncall-app/api/internal/v1/features/? I just checked what the ChatOps tab renders and if you don't have any chatops feature enabled (such as Slack/Telegram), then that will not show up there, most likely resulting in an empty display.

I believe these are dictated by the following env variables

FEATURE_TELEGRAM_INTEGRATION_ENABLED=True
FEATURE_SLACK_INTEGRATION_ENABLED=True

@baracoder
Copy link

@teodosii I totally missed the feature toggle 🙈 - the slack feature was not enabled.

["grafana_cloud_connection","grafana_cloud_notifications"]

With the feature enabled, it works

Matvey-Kuk added a commit that referenced this issue Jun 12, 2023
Mentioning 
```
FEATURE_TELEGRAM_INTEGRATION_ENABLED=True
FEATURE_SLACK_INTEGRATION_ENABLED=True
```
Closing #1735
@Ukochka
Copy link
Contributor

Ukochka commented Jul 17, 2023

Seems this bug is not relevant anymore.

@teodosii
Copy link
Member

teodosii commented Jul 24, 2023

We will now be showing this banner with links to slack/telegram docs if the env vars are set to false

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working involved:Frontend
Projects
None yet
Development

No branches or pull requests

7 participants