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
When a user creates a new universe, it is possible that the creation fails even before creating a new task. These are the cases where some pre-flight validation fails. These failures are not shown in the Tasks section. Usually the API returns 400 bad request along with an error message. The user has no clue about this failure. #7159 adds one such validation check.
#7078 implements a toaster for such cases. It needs to be used at other places like these.