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

Cannot configure Slackbots after creation #3190

Open
ahmadassaf opened this issue Nov 21, 2024 · 2 comments
Open

Cannot configure Slackbots after creation #3190

ahmadassaf opened this issue Nov 21, 2024 · 2 comments

Comments

@ahmadassaf
Copy link

Whilst now I can create a new Slackbot after #3171 ; it seems that there is no way for me to configure it. Something changed in the creation flow and it seems its broken

image > After creation I come back to this screen; there was no "configuration" screen

If I click on add Slackbot configuration I get redirected to create a new bot

image
@ahmadassaf
Copy link
Author

ahmadassaf commented Nov 21, 2024

not a next.js expert here or fiddled around much in the code; but it seems that the Slackbot configuration is somewhere in the slackbot channels page in the path admin/bots/[bot-id]/channels/[id]. I dont know which routing should lead to that page but when I try to load it manually I get hit by another validation error

image

The New Slack Channel Configuration button links to create a new Slack bot not configuration in: https://github.com/danswer-ai/danswer/blob/70207b4b39c82a7268bf6b75f5f2ab38c375596c/web/src/app/admin/bots/%5Bbot-id%5D/page.tsx#L98

Updates

  • I have managed to create a new bot configuration by navigating manually to /admin/bots/[bot-id]/channels/new

@ahmadassaf
Copy link
Author

My first trial with a PR here: #3192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant