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
api is./api/userdata/ workflows%2FUnsaved%20Workflow.json
but some proxy decodes %2f to /,
resulting in (./api/userdata/workflows/Unsaved%20Workflow.json) no API acceptable
Debug Logs
server respones 405
Other
/api/userdata/workflows api
The text was updated successfully, but these errors were encountered:
Expected Behavior
Normal
Actual Behavior
save flow 405
Steps to Reproduce
api is./api/userdata/ workflows%2FUnsaved%20Workflow.json
but some proxy decodes %2f to /,
resulting in (./api/userdata/workflows/Unsaved%20Workflow.json) no API acceptable
Debug Logs
server respones 405
Other
/api/userdata/workflows api
The text was updated successfully, but these errors were encountered: