n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
49.55k stars 7.99k forks source link

Webhook becomes head Auth #11575

Open Wes-31298ru opened 2 weeks ago

Wes-31298ru commented 2 weeks ago

Bug Description

I had my webhook authentication set to none and then saved the workflow. For some reason, every time I reload the page, my webhook authentication chances to header auth automatically. It seems to repeat this bug every time I reload the page or exit and re-enter the workflow editor. The weird thing too is that it doesn't appear as if I changed it, meaning the save button does not appear orange, it appears gray with "saved" already showing. It looks as if the webhook authentication was changed to header auth and then saved somehow when I reloaded the page.

To Reproduce

  1. Create a webhook trigger in a workflow. 2. Change the authentication setting to none (this looks to still show the bug if you use fixed or expression). 3. Reload page 4. Check to see the authentication setting

Expected behavior

I expect it to remain none for authentication.

Operating System

n8n cloud

n8n Version

1.65.2

Node.js Version

n/a

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 2 weeks ago

Hey @Wes-31298ru,

We have created an internal ticket to look into this which we will be tracking as "GHC-396"

Joffcom commented 2 weeks ago

Hey @Wes-31298ru

Do you have the same issue if you open n8n with your browser set to run in private browsing mode?

Wes-31298ru commented 2 weeks ago

I tried this on incognito mode, and it does demonstrate the same problem. However, I believe it is a problem with the new canvas. I switched back to the old canvas and I can not replicate the issue. The authentication stays at none whenever I reload the page.

0nl1n1n commented 2 weeks ago

I confirm this bug.

.

Joffcom commented 2 weeks ago

@0nl1n1n @Wes-31298ru are either of you able to record a video of how to reproduce this?

FEndo commented 3 days ago

Just updated to the version 1.69.0 and it solved the issue, using the new canva.

Joffcom commented 4 hours ago

This should be resolved in newer versions of n8n, It would be handy if other users with the issue can upgrade and see if they are able to reproduce.