Seeing the following when trying to connect a new Discourse source. Has anyone else experienced this?
@HaydenM I wasn’t able to reproduce the error, but based on the stack, it looks like we’re failing to create a webhook for new topics on your instance.
I’m in the middle of a commit that should return a better error message here, to see if we can figure out the specific issue. I’ll let you know when that’s out.
What is the user scope on the API key? We had to reverse-engineer the Discourse API endpoint for creating webhooks to get this event source working, so the required permissions aren’t fully-documented, but I can try to find that out. I assume the key might need to be user-scoped to either All Users or be associated with an admin. You may also need the key to have the Global Key (allows all actions) selected, since I don’t see webhooks as a part of the available permissions.
@HaydenM I shipped the new event sources with extra observability on failure. Try creating it again and let me know if the error is helpful.
