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
Is this still an issue in the latest version? If so, can you watch the network traffic in your browser developer console and verify whether it is sending the session cookie as part of the request header?
Hi there. I am trying to set up data-wizard in my greenfield Django site so I can import some data.
To keep the issue short I've created a gist with the following config files:
The wizard UI seems to work fine through the admin until it comes to importing the data, as in this screen in the docs:
The progress bar continues forever and the Django log shows repeated 403 errors which continue forever until interrupted.
This occurred while I was logged in as the admin user, and happened both with and without this setting set:
I'm relatively new to Python/Django - do you have any hints for tracking this error down?
Thanks 🙂
The text was updated successfully, but these errors were encountered: