resolve
resolve copied to clipboard
Full stack CQRS, DDD, Event Sourcing framework for Node.js
**To Reproduce** Steps to reproduce the behavior: Execute the following code in api-handler: const eventFilter = { startTime: new Date('2021-09-16T09:00:00').getTime() / 1000, endTime: new Date('2021-11-20T09:30:00').getTime() / 1000, limit: 2000, eventsSizeLimit:...
**Describe the bug** We have a task to automate our release. It does the following steps: 1. Create new deployment (resolve-cloud deploy) 2. Clone old event store to backup it...
The image upload example is too complicated. All state in the single hook is not readable: https://github.com/reimagined/resolve/blob/dev/examples/ts/personal-data/client/components/ImageUpload.tsx#L27 React docs about splitting state variables: https://reactjs.org/docs/hooks-faq.html#should-i-use-one-or-many-state-variables What is the difference between token...
In the "personal-data" example, the custom UploaderContext is used to get the upload CDN URL. https://github.com/reimagined/resolve/blob/dev/examples/ts/personal-data/client/components/ImageUpload.tsx#L55 But I figured out that the CDN URL is also available in ResolveContext: ```...
**Describe the bug** Error on app deploy ``` start deploying the "shopping-list1" application to the cloud 17:55:37 ERROR Runtime.HandlerNotFound: cloud-entry.default is undefined or not exported 17:57:20 at Object.module.exports.load (/var/runtime/UserFunction.js:144:11) at...
**Describe the bug** "useReduxReadModel" hook causes react warning on the first render: "Warning: Cannot update a component while rendering a different component" **Additional context** reSolve version 0.30.4 react, react-dom versions...
I have got the following error on deploying: ERROR Error: Current version "0.33.1" incompatible with "0.31.10" deployment version 13:52:01 at /Users/aleksei.matosov/Projects/Saturn2/node_modules/resolve-cloud/src/commands/deploy.ts:98:11 at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5 It is unclear...
Sometimes we get the following response for request we send from browser: ```html ERROR: The request could not be satisfied 503 ERROR The request could not be satisfied. The Lambda...
Running reSolve app builds automatically after I change the source code - but the browser doesn't reload. An expected feature these days, and default behavior of CRA projects - easy...