Please note that I am not using Docker Volumes for this, as we have a custom backup solution which backs up all the folders inside the ‘/data’ root folder.
I looked at the other thread you have provided. You have explained about the Docker Volumes. Since it was working fine for me till last week or so, I tried deleting the containers and re-pulling the latest one and restarted the server. Same results.
Hmm, I’m not too sure on this one, @Jayavel . Maybe @marcus who is in today or @Jon who is back on Monday might be able to give you a more definitive answer as to what’s happening here If you have any logs to share, that would also be helpful!
Hi @Jayavel - I’m not too sure, but this might be related to the binary data that you’re getting sent by the Webhook node. Does this only happen when you’re manually running the workflow, or when you get a specific request?
If it only happens with a request, can you provide an example of the request you’re sending over with the webhook?
I am not able to reproduce this, Can you share a test curl command that can be used to trigger this? Can you also try and set N8N_DEFAULT_BINARY_DATA_MODE to filesystem to see if that changes anything?
Using this env variable doesn’t fix the error. Is there any other workaround for me to try?
I’ll check if I can get any sample curl command, but as of now, we only use Appsmith to send data over to n8n for processing and display the results to the user.
I even checked using the official repo compose example, unaltered.
Getting the same error still. So, will it be related to the Appsmith config somewhere? But, how does it throw up an error saying “no such file or directory, open ‘/tmp/e942fdb1f7550e408f86fb800’” in n8n?
I have just given that compose file a run and with a couple of post requests I am not able to reproduce the issue. It would be very helpful to know how / what you are sending so we can try and reproduce this.
I have just done a test with 3 files and some other fields but I still can’t reproduce this, It feels like it could be something with the setup of n8n or something odd being sent in the data.
Have you tried sending some data yourself from something like Curl / Insomnia / Postman to your endpoint to see if that fails?
I guess now it would be a case of trying to get a curl request or similar out of Appsmith or sending the request to something like webhook.site to see what is there to try and mimic it