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
Description:
The current error handling for the advanced settings step displays an intrusive error dialog box when an issue occurs. This needs to be replaced with a more user-friendly and non-intrusive toaster notification.
Tasks:
Replace the error dialog with a toaster notification.
Provide a more human-readable error message:
Current Message: "You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable."
Updated Message: "An unexpected error occurred while processing your request. Please make sure all required settings are properly configured."
Ensure that the new toaster notification styling matches the overall theme of the application.
The text was updated successfully, but these errors were encountered:
Description:
The current error handling for the advanced settings step displays an intrusive error dialog box when an issue occurs. This needs to be replaced with a more user-friendly and non-intrusive toaster notification.
Tasks:
The text was updated successfully, but these errors were encountered: