Leslie Cheung
Leslie Cheung
Same issue, Any news on this?
If I install the pino from the nextjs app directly, the `serverExternalPackages` solution is good. But when I use the nextjs with turborepo and has this dependency list: apps/next-app --->...
No error message. Currently I have the code like this: ```python from langchain_community.document_loaders import UnstructuredFileLoader loader = UnstructuredFileLoader("./one_file", mode="single") docs = loader.load() ``` Since I pass the mode as single...