Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403 in GET /datawizard/3/status/ #29

Open
djjudas21 opened this issue Feb 27, 2020 · 1 comment
Open

Error 403 in GET /datawizard/3/status/ #29

djjudas21 opened this issue Feb 27, 2020 · 1 comment

Comments

@djjudas21
Copy link

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:

image

The progress bar continues forever and the Django log shows repeated 403 errors which continue forever until interrupted.

Forbidden: /datawizard/3/status/
[26/Feb/2020 17:21:07] "GET /datawizard/3/status/?format=json&task=1107fc6f-b995-4de9-9328-fef7c03b4a81 HTTP/1.1" 403 58

This occurred while I was logged in as the admin user, and happened both with and without this setting set:

DATA_WIZARD = {
    'PERMISSION': 'rest_framework.permissions.IsAdminUser',
}

I'm relatively new to Python/Django - do you have any hints for tracking this error down?

Thanks 🙂

@sheppard
Copy link
Member

sheppard commented Jun 8, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants