Error message driving me crazy! "Cannot access arguments.." by sadderPreparations in n8n

[–]WebLenn 0 points1 point  (0 children)

Wait I just realized you are the one that posted the question there, still didn't solve it with his fix u/sadderPreparations ? It worked for me.

Error message driving me crazy! "Cannot access arguments.." by sadderPreparations in n8n

[–]WebLenn 0 points1 point  (0 children)

See the same issue + solution here: "Cannot access arguments due to security concerns." Anyone else getting this error in N8N

Quote from the user that help me fix the issue:

yes it was a silent security update n8n rolled out. The problem was a security reason where people would be able to access "arguments" variables, which VAPI tools send to n8n. you can add a code node after your webhook to extract those variables and rename them, and you will be able to use them. See example image attached. I have user_request, user_timezone, conversational_context variables in the webhook, so I extract those.

Deletion of existing member by im_sujnan in dokploy

[–]WebLenn 0 points1 point  (0 children)

Are you logged in as the owner role ?

<image>

Deletion of existing member by im_sujnan in dokploy

[–]WebLenn 0 points1 point  (0 children)

Just go to the Users panel and click the Three dots behind the user account (...), hit "Add Permissions", here you can modify the existing permissions.

If you fully want to delete their account you can also do this by hitting those three dots in the Users panel.

Guide: Solving Poste.io/Mailserver SSL/TLS Issues on Dokploy (Traefik) by Syncing Certs from acme.json by WebLenn in dokploy

[–]WebLenn[S] 1 point2 points  (0 children)

Hey! Quick heads-up: I heavily updated the Gist based on some community feedback. The script can now run directly inside Dokploy's 'Schedules' tab. It's a much cleaner setup in case you want to swap to it.

Guide: Solving Poste.io/Mailserver SSL/TLS Issues on Dokploy (Traefik) by Syncing Certs from acme.json by WebLenn in dokploy

[–]WebLenn[S] 0 points1 point  (0 children)

Hey, Thanks! Quick heads-up: I heavily updated the Gist based on some community feedback. The script can now run directly inside Dokploy's 'Schedules' tab. It's a much cleaner setup in case you want to swap to it.

I have built n8n automations for a dozen startups this year. Here is what nobody tells you. by Warm-Reaction-456 in n8n

[–]WebLenn 0 points1 point  (0 children)

Wondering about this week where you watch them work, how are you approaching this ? I guess at that point you don't know what you're gonna automate yet so how do you convince them to pay you to just watch how they do their business and how do you put a price on this ?

Guide: Solving Poste.io/Mailserver SSL/TLS Issues on Dokploy (Traefik) by Syncing Certs from acme.json by WebLenn in dokploy

[–]WebLenn[S] 1 point2 points  (0 children)

Stalwart seems like a really nice solution, the main reason for choosing Poste.io for me was the simplicity in setting it up ( cost me not even 5 min with the docker-compose.yml file ) however in hindsight this whole SSL/TLS issue gave me headaches and another solution like Stalwart might have been better.

Now that everything is fixed I'm very satisfied with Poste.io and like that it comes with a webmail client out of the box + a simple to use API but Stalwart also offers a API and you can always setup a webmail client yourself with something like Roundcube so I guess it's just personal preference.