Whenever I try to create a new Slackbot; past the token screen I keep getting the following:
due to Something went wrong :( Failed to fetch Slack Bot 3%7D: [{'type': 'int_parsing', 'loc': ('path', 'slack_bot_id'), 'msg': 'Input should be a valid integer, unable to parse string as an integer', 'input': 'NaN', 'url': 'https://errors.pydantic.dev/2.8/v/int_parsing'}]
looking at the generated URL after I try to create any new bot I notice 7%7D which basically encodes a } after the number id (in this case 7) which is causing the error
Whenever I try to create a new Slackbot; past the token screen I keep getting the following: