Skip to content

fix: Correct URL parameter parsing in execute page #2013

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tanchekwei
Copy link

Fix: #1742

The forEach callback for URLSearchParams in src/execute/index.js had its key and value parameters inadvertently swapped.

This resulted in incorrect parsing of URL query parameters, where the intended value was treated as the key and vice-versa.

This commit corrects the parameter order to (value, key), restoring the standard key=value parsing behavior for URL parameters passed to the execute page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variables can't be passed through trigger URL
1 participant