You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seratch, We recently upgraded to Enterprise Grid and I'm struggling to get ChatGPT-in-Slack working again.
Deploying with "serverless" on AWS.
The log from CloudWatch are:
Failed to find an installation data for enterprise: E08A..., team: T23KP...: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
Failed to find bot installation data for enterprise: E08A..., team: T23K...: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
Although the app should be installed into this workspace, the AuthorizeResult (returned value from authorize) for it was not found.
The app is approve for the workspace and the org. Any idea on what I am missing?
The text was updated successfully, but these errors were encountered:
So the data was copied into the bucket but in this folder:
/{SLACK_CLIENT_ID}/{enterprise-id}-{workspace-id}
But the app is looking for it in:
/{SLACK_CLIENT_ID}/{enterprise-id}-none
For now, I just copied /{SLACK_CLIENT_ID}/{enterprise-id}-{workspace-id} to /{SLACK_CLIENT_ID}/{enterprise-id}-none which has me progressing. Still haven't figured it all out.
@seratch, We recently upgraded to Enterprise Grid and I'm struggling to get ChatGPT-in-Slack working again.
Deploying with "serverless" on AWS.
The log from CloudWatch are:
Failed to find an installation data for enterprise: E08A..., team: T23KP...: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
Failed to find bot installation data for enterprise: E08A..., team: T23K...: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
Although the app should be installed into this workspace, the AuthorizeResult (returned value from authorize) for it was not found.
The app is approve for the workspace and the org. Any idea on what I am missing?
The text was updated successfully, but these errors were encountered: