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 has been archived by the owner on Dec 23, 2018. It is now read-only.
I've been trying to make formwizard working since hours, and it doesn't work because of firefox/firebug incompatibility. Anyway this is only guess, but strong because it starts working perfectly while disabling firebug :)
I had a similar issue but it wasn't related to Firebug. If there is an tag on your page with no src (or possibly an invalid source? I haven't confirmed this) then Firefox issues a GET request after the POST. For me it was an issue with a pixel image that was supposed to be generated from a 3rd party script. Disabling the script fixed the problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've been trying to make formwizard working since hours, and it doesn't work because of firefox/firebug incompatibility. Anyway this is only guess, but strong because it starts working perfectly while disabling firebug :)
Versions:
Error description:
While going from one step to another, a POST request AND a GET request is done. I really don't know why.
But side effect is GET request erease the stored data of the previous form, as described here (https://github.com/stephrdev/django-formwizard/blob/master/formwizard/views.py#L224)
As we could expect, the final re-validation do not work (see https://github.com/stephrdev/django-formwizard/blob/master/formwizard/views.py#L316), since previous data are not found.
From the user point of view, all steps passes, but then he's redirected to the first step without any futher information or error description.
Error logs:
When there is a POST request, GET request should not occur ...
I didn't found any useful information in firebug ...
Solution:
Disable Firebug ?
The text was updated successfully, but these errors were encountered: