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
This issue happens when catalog is switched in secured mode. And in this case when we provide the direct url of wf in studio the url doesn't work (HTTP ERROR 500).
The reason of this is that the secured catalog requires sessionId for all calls to catalog REST api.
Solution: add sessionId in the header of get request of raw object
The text was updated successfully, but these errors were encountered:
This issue happens when catalog is switched in secured mode. And in this case when we provide the direct url of wf in studio the url doesn't work (HTTP ERROR 500).
The reason of this is that the secured catalog requires sessionId for all calls to catalog REST api.
Solution: add sessionId in the header of get request of raw object
The text was updated successfully, but these errors were encountered: