You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
Seems like certain forms have at one point been converted from GET to POST, but still have leftover redirection logic.
Possible fixes:
Make sure POST is done via JS and redirect clientside
Make sure the resulting POST->GET page has links to navigate to the intended redirect page
We have fixed an instance of this in our running launch hotfix branch (af53a76, so feel free to use that as reference if needed) but is known to also exists for image reset as well, and probably other forms.
Seems like certain forms have at one point been converted from GET to POST, but still have leftover redirection logic.
Possible fixes:
We have fixed an instance of this in our running launch hotfix branch (af53a76, so feel free to use that as reference if needed) but is known to also exists for image reset as well, and probably other forms.