Crawlee request handler no access to class functions in NestJS
Hey there! I am workin on a NestJS app with Crawlee, when I create a request handler function using NestJS classes, the handler function cannot access other functions within the class using the (this) operater. Does anyone know how to make it work? Could it be a problem resulting from NestJS dependency injection?
0 Replies