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

Restore Django Debug Toolbar #405

Closed
injoonH opened this issue Aug 9, 2023 · 1 comment · Fixed by #406 or #408
Closed

Restore Django Debug Toolbar #405

injoonH opened this issue Aug 9, 2023 · 1 comment · Fixed by #406 or #408
Assignees
Labels
bug Something isn't working

Comments

@injoonH
Copy link
Member

injoonH commented Aug 9, 2023

No description provided.

@injoonH injoonH added the bug Something isn't working label Aug 9, 2023
@injoonH injoonH self-assigned this Aug 9, 2023
@injoonH
Copy link
Member Author

injoonH commented Aug 9, 2023

Updated S3 CORS configuration:

[
    {
        "AllowedHeaders": [],
        "AllowedMethods": [
            "GET"
        ],
        "AllowedOrigins": [
            "DEV_HOSTNAME",
            "DX_HOSTNAME"
        ],
        "ExposeHeaders": []
    }
]

@injoonH injoonH linked a pull request Aug 9, 2023 that will close this issue
@injoonH injoonH linked a pull request Aug 10, 2023 that will close this issue
@injoonH injoonH reopened this Aug 10, 2023
@injoonH injoonH closed this as completed Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant