Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't unpin output in HTTP module #10066

Open
leesilverman opened this issue Jul 15, 2024 · 5 comments
Open

Can't unpin output in HTTP module #10066

leesilverman opened this issue Jul 15, 2024 · 5 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@leesilverman
Copy link

Bug Description

I pinned some data in the HTTP module. Now that I've finished debugging, I can't unpin it.

Debug Info:

Debug info

core

  • n8nVersion: 1.49.0
  • platform: npm
  • nodeJsVersion: 18.19.1
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

  • success: all
  • error: all
  • progress: true
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 360 hours
  • maxCount: 10000 executions

security

  • secureCookie: false

Generated at: 2024-07-15T18:57:26.789Z

To Reproduce

  1. Open HTTP Module
  2. Select "Enter Mock Data"
  3. Paste in some JSON
  4. Execute the workflow
  5. Re-open the module.
    2024-07-15T14-52-31
    2024-07-15T14-52-59
    2024-07-15T14-54-04

Expected behavior

There should be an "un-pin" option in the dropdown and in the editor when the module is open.

Operating System

Ubuntu Linux 24

n8n Version

1.49.0

Node.js Version

18.19.1

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Jul 15, 2024

Hey @leesilverman

What happens if you click on the pin icon and click on unpin at the top?

@leesilverman
Copy link
Author

That's the problem. There is no unpin option on top when I open the module. I just tried duplicating the module thinking that might clear whatever's wrong, but no luck.

I also tried with a different HTTP module in the same flow, and that DOES have an unpin option when I pin some data.

I can send you the flow in a DM, but there's some private info / access keys hardcoded in so I don't want to post in this thread.

@Joffcom
Copy link
Member

Joffcom commented Jul 15, 2024

Hey @leesilverman

That is unusual for it to appear in one http request node and not another. If you go to the settings for the node which node version is it using?

@Joffcom
Copy link
Member

Joffcom commented Jul 17, 2024

Hey @leesilverman,

I have worked it out, We don't yet support pinned data for multi output nodes. I suspect the node data was pinned before you set the error output and that is why it can't be removed. If you toggle back to one of the other modes in the settings it should allow it to be unpinned.

Internal bug reference is ADO-2343

@janober
Copy link
Member

janober commented Nov 13, 2024

Fix got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

3 participants