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
Change something on a namespace file in the Kestra UI and save it. After refreshing the page the change should still be there.
Upload an older version of the namespace file via the api/v1/namespaces/$namespace/files route using curl or some other tool.
Refresh the UI tab from before and you will see that the change from the API request is not there.
The only way to see that the API change was applied is by exporting the namespace files via the API or by disabling the cache in the network tools and then refreshing the tab.
Environment
Kestra Version: 0.21.3
The text was updated successfully, but these errors were encountered:
Describe the issue
Repro:
api/v1/namespaces/$namespace/files
route using curl or some other tool.Environment
The text was updated successfully, but these errors were encountered: