See this issue. This is the error one will face if he runs the server with cors_origin_whitelist setup the current way. So it needed to be updated according to this changelog.
TL;DR: change CORS_ORIGIN_WHITELIST = (localhost:3000/')
to CORS_ORIGIN_WHITELIST = ['http://localhost:3000']