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 the forkProject operation was successful an "201: Created" exception is thrown.
Throwing an exception on a successful operation is a strange behaviour.
This should not happen. Only throw an exception if an error occurs.