diff --git a/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/socketio/socketInvocationError.ts b/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/socketio/socketInvocationError.ts index c2d85395e9..9a064ed989 100644 --- a/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/socketio/socketInvocationError.ts +++ b/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/socketio/socketInvocationError.ts @@ -33,6 +33,7 @@ export const addInvocationErrorEventListener = (startAppListening: AppStartListe id: 'INVOCATION_ERROR', title: t('toast.outOfMemoryError'), status: 'error', + duration: null, description: ToastWithSessionRefDescription({ message: t('toast.outOfMemoryDescription'), sessionId, @@ -43,6 +44,7 @@ export const addInvocationErrorEventListener = (startAppListening: AppStartListe id: `INVOCATION_ERROR_${errorType}`, title: t('toast.serverError'), status: 'error', + duration: null, description: ToastWithSessionRefDescription({ message: errorType, sessionId,