Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 502 Bytes

troubleshooting.md

File metadata and controls

22 lines (16 loc) · 502 Bytes
id title description
troubleshooting
Troubleshooting
This document describes how to solve popular issues with reSolve applications.

An application throws an error when a Read Model is queried.

Reset the Read Model's state as shown below.

Local application:

yarn add @resolve-js/module-admin
yarn @resolve-js/module-admin read-models reset <readModelName>

ReSolve Cloud application:

yarn resolve-cloud read-models reset <deploymentId> <readModelName>