twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Fix REST API when metadata cache not found

Open Weiko opened this issue 8 months ago • 0 comments

Context

When REST API calls fail due to metadata cache version not found, we throw an exception without trying to recover. In Graphql implementation, the exception is thrown after recomputing the cache. This PR implements the same logic for REST for users only user the REST API.

Weiko avatar Mar 05 '25 12:03 Weiko