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.
PSYNC_S21
1 parent 2347295 commit 75a0781Copy full SHA for 75a0781
packages/common/src/client/sync/stream/AbstractRemote.ts
@@ -396,7 +396,7 @@ export abstract class AbstractRemote {
396
syncQueueRequestSize, // The initial N amount
397
{
398
onError: (e) => {
399
- if (e.message.includes('Authorization failed')) {
+ if (e.message.includes('Authorization failed') || e.message.includes('PSYNC_S21')) {
400
this.invalidateCredentials();
401
}
402
// Don't log closed as an error
0 commit comments