Hi guys, any ideas on how to fix this please? ```(...
# orm-help
h
Hi guys, any ideas on how to fix this please?
Copy code
(node:5226) UnhandledPromiseRejectionWarning: Error: Project not found: 'default$default'
    at BatchedGraphQLClient.<anonymous> (/Users/pham/dev/adviqo/calling-service/node_modules/http-link-dataloader/dist/src/BatchedGraphQLClient.js:69:35)
    at step (/Users/pham/dev/adviqo/calling-service/node_modules/http-link-dataloader/dist/src/BatchedGraphQLClient.js:40:23)
    at Object.next (/Users/pham/dev/adviqo/calling-service/node_modules/http-link-dataloader/dist/src/BatchedGraphQLClient.js:21:53)
    at fulfilled (/Users/pham/dev/adviqo/calling-service/node_modules/http-link-dataloader/dist/src/BatchedGraphQLClient.js:12:58)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)
(node:5226) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5226) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.