Ursprung in CORS_ORIGIN_WHITELIST fehlt Schema oder Netloc

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