If you receive a CORS problem and have whitelisted localhost already in CORS_ORIGIN_WHITELIST add also 0.0.0.0 to it.
Apparently localhost and 0.0.0.0 are not seen as equal.
All about the daily struggle
If you receive a CORS problem and have whitelisted localhost already in CORS_ORIGIN_WHITELIST add also 0.0.0.0 to it.
Apparently localhost and 0.0.0.0 are not seen as equal.