Peter Rottmann
Peter Rottmann
skipEmptyLines work with `worker: true`, but not without worker.
Another problem is the cached result. Search for "asy" select an item. Search again for "asy" it did not trigger the ajax loader.
Can confirm IMAP issue. Don't know since which version the problem exists, but i used my skript since a year without any problem. The problem occurs in the last months,...
@Joffcom We had our own mailserver. The server sends and receives every 5 minutes testmails without problem. n8n waits for new mails and process them. It reconnects every 5 minutes....
@mark-monteiro Thanks, but this only help with an error triggered by a workflow. In my case, the n8n system has an error, not the workflow. My Problem is, that n8n...
Ok, i opened a separate issue https://github.com/n8n-io/n8n/issues/3794, seems that it is a different problem.
Have a similar problem, but baseUrl did not change anything for me. ``` /my-project/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:774 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base)); ^ CustomError: Cannot find package '~' imported from /my-project/example/dev/api.ts at packageResolve (/my-project/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:774:9)...
Same for NestJS.
@gulazaro94 thank you, i will try it!
Inside of svelte. As defined in my sveltePreprocess config tailwindcss is not accessible within my svelte component. Only if i use the import code in `src/App.svelte`.