Vahid Ghadiri
Vahid Ghadiri

Reputation: 4076

NodeInvocationException: The Node invocation timed out after 60000ms

I have an asp.net core web application with angular 5. In my repository layer I have a simple linq query that get data from a table. every thing works well till I change the query and join it to another entity to fetch data from two table. the join query get data from DB quickly and there is no delay. and now when I run the app I get this error:

NodeInvocationException: The Node invocation timed out after 60000ms. You can change the timeout duration by setting the InvocationTimeoutMilliseconds property on NodeServicesOptions

When I run the API alone, it works well and returns Json data without any problem.

any help would be appreciated.

Upvotes: 0

Views: 527

Answers (0)

Related Questions