I get this error:
Access to XMLHttpRequest at \'http://127.0.0.1:8000/api/user\' from origin \'http://localhost:8080\' has been blocked by CORS policy: T
I am not sure But maybe chorme does not support localhost
localhost
Try wildcard * Instead of http://localhost:8080/*
*
http://localhost:8080/*