Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Hello,
If you use the Redirect action in an form Element and configure the URL without https the form submission will result in a redirect to a 404 page on the frontend.
Hi Jolia,
I’m not entirely sure what your URL looks like, but at first glance, it seems like it is expected if the value is entered as a domain without a URL scheme. The redirect field should use a full absolute URL such as https://example.com/page, or a root-relative same-site path such as /page.
A value like example.com/page is treated by the browser as a relative path on the current site, which can lead to a 404.