Frontend:
Fixed - My work flow-> theme issue now works proper without any issue
Backend :
Bug Fix: Workflow Deletion Now Works Correctly
Previously, attempting to delete a saved workflow would result in a 500 Internal Server Error, causing the operation to fail silently on the frontend. This affected all users trying to remove workflows from their account.
The issue was caused by a misconfigured internal service call in the delete operation, the system was attempting to reach a storage service that was no longer in use, causing the entire request to crash before any deletion could take place.
This fix ensures the delete operation now correctly connects to the active cloud storage service, allowing workflows to be deleted successfully as intended.
Impact: All users can now delete workflows without encountering errors