There seems to be a bug with the onAfterSave function of a button that submits data to a db.
I have mine connected throught the UI, and have it set to deliver a success/failure message, and after that, redirect to another page on my website.
The data successfully uploads to my db, I get the success message, but no redirect occurs. When I refresh the page and then click on the same button again, it redirects to the requested page.
I’ve also tried coding it manually, but it doesn’t fix it…
Hi Kate, can you please share the site with the problem, or a simple reproduction?
I just tried it and for a simple form submission with a success message and onAfterSave code, the navigation works.