We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e2d25 commit b8d98f8Copy full SHA for b8d98f8
packages/app/src/app/overmind/namespaces/server/actions.ts
@@ -147,7 +147,7 @@ export const onSSEMessage = (
147
status: NotificationStatus.ERROR,
148
});
149
effects.executor.closeExecutor();
150
- } else {
+ } else if (!error.includes('is larger than maximum size')) {
151
effects.notificationToast.add({
152
title: `Container Warning`,
153
message: error,
0 commit comments