Skip to content

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

@djjudas21

Description

@djjudas21

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 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions