Skip to content

Typo in MEDIA_URL for AWS S3 Configuration Causes Invalid Media File Paths #1

Description

@rayyush

There is a typo in the S3 media configuration section of settings.py:

MEDIA_URL = 'htts://{}/{}/'.format(AWS_S3_CUSTOM_DOMAIN, MEDIAFILES_LOCATION)
The scheme is incorrectly written as htts:// instead of https://, which breaks media file loading and causes 404 errors when media assets are accessed in production environments using AWS S3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions