Skip to content

Commit

Permalink
FIX console links
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jun 1, 2024
1 parent 6ec1452 commit 5ab8714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/dev-mode/error-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ERROR_MESSAGES = {
DB3: 'RxDatabase.addCollections(): collection already exists. use myDatabase[collectionName] to get it',
DB4: 'RxDatabase.addCollections(): schema is missing',
DB5: 'RxDatabase.addCollections(): collection-name not allowed',
DB6: 'RxDatabase.addCollections(): another instance created this collection with a different schema. Read this https://rxdb.info/questions-answers.html#cant-change-the-schema',
DB6: 'RxDatabase.addCollections(): another instance created this collection with a different schema. Read this https://rxdb.info/questions-answers.html?console=qa#cant-change-the-schema ',
// removed in 13.0.0 (now part of the encryption plugin) DB7: 'RxDatabase.addCollections(): schema encrypted but no password given',
DB8: 'createRxDatabase(): A RxDatabase with the same name and adapter already exists.\n' +
'Make sure to use this combination only once or set ignoreDuplicate to true if you do this intentional-\n' +
Expand Down Expand Up @@ -131,7 +131,7 @@ export const ERROR_MESSAGES = {
DM2: 'migration of document failed final document does not match final schema',
DM3: 'migration already running',
DM4: 'Migration errored',
DM5: 'Cannot open database state with newer RxDB version. You have to migrate your database state first. See https://rxdb.info/migration-storage.html',
DM5: 'Cannot open database state with newer RxDB version. You have to migrate your database state first. See https://rxdb.info/migration-storage.html?console=storage ',

// plugins/attachments.js
AT1: 'to use attachments, please define this in your schema',
Expand Down Expand Up @@ -166,7 +166,7 @@ export const ERROR_MESSAGES = {
RC4: 'RxCouchDBReplicationState.awaitInitialReplication() cannot await initial replication when live: true',
RC5: 'RxCouchDBReplicationState.awaitInitialReplication() cannot await initial replication if multiInstance because the replication might run on another instance',
RC6: 'syncFirestore() serverTimestampField MUST NOT be part of the collections schema and MUST NOT be nested.',
RC7: 'SimplePeer requires to have process.nextTick() polyfilled, see https://rxdb.info/replication-webrtc.html',
RC7: 'SimplePeer requires to have process.nextTick() polyfilled, see https://rxdb.info/replication-webrtc.html?console=webrtc ',
RC_PULL: 'RxReplication pull handler threw an error - see .errors for more details',
RC_STREAM: 'RxReplication pull stream$ threw an error - see .errors for more details',
RC_PUSH: 'RxReplication push handler threw an error - see .errors for more details',
Expand Down

0 comments on commit 5ab8714

Please sign in to comment.