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

Fix: interceptor interfering on wrong steps #1619

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

Conversation

ItzNotABug
Copy link
Member

What does this PR do?

Fixes an issue where the interceptor from a future wizard step remains active after navigating to a previous step, causing errors on next button click.


Example:
1: Function name/runtime
2: Add permissions
3: Add variables (with an interceptor that throws some error)

Issue: Clicking back to Step 2 and submitting triggers Step 3's interceptor, resulting in an error.

Test Plan

Manual.

Before -

interceptor.before.mov

After -

interceptor.after.mov

Related PRs and Issues

N/A.

Have you read the Contributing Guidelines on issues?

Yes.

@ItzNotABug ItzNotABug self-assigned this Jan 20, 2025
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.

2 participants