Open LabInc-Nico opened 2 years ago
ok, Turbo Drive converts form submissions to AJAX calls.. Adding data-turbo=false bypasses the problem :
# templates/Home/index.html.twig
{% block body %}
<div data-turbo="false">
<form action="{{ path('checkout') }}" method="POST" class="d-flex justify-content-center">
<button type="submit">GO</button>
</form>
</div>
{% endblock %}
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
Friendly ping? Should this still be open? I will close if I don't hear anything.
Hey,
I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen!
Hi,
After the installation of ux-turbo (SF6.0), the urls are truncated with the symbol # following a redirect (without use of ux-turbo)