Origine dans CORS_ORIGIN_WHITELLIST est un schéma ou Netloc manquant

CORS_ORIGIN_WHITELIST = [
    'http://localhost:3000',
    'http://localhost:8000',
    'http://localhost:8080',
]
MitchAloha