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
If a user has selected different organizations in GoDAM Central and the extension, after a video is uploaded, GoDAM Central will display an error screen when redirected.
Why does this happen
The extension redirects the user to a page where the video is uploaded with the URL generated from data provided by the upload endpoint. This procedure does not affect which organization is selected on GoDAM Central.
Potential solution
Add a query parameter to signify which organisation is selected. This query param can be added to the url when redirecting from the extension.