energy-data / energydata.info

energydata.info - open data and analytics for a sustainable energy future
http://energydata.info
MIT License
26 stars 6 forks source link

editor cannot upload the dataset #287

Closed hy347mc closed 5 years ago

hy347mc commented 5 years ago

Editor of the Enerdata (a new organization) couldn't upload their datasets: each time after clicking on the "add data" button, they will get an empty white page. They are using Chrome.

ss-bhat commented 5 years ago

Fixed in the prod -

This bug was related to Unicode in request headers - cors_origin_allowed = u'*'. Unicodes are not allowed in response headers. This was affecting below mentioned areas

Please let me know if you face any further issues.

Thanks

hy347mc commented 5 years ago

Fixed in the prod -

This bug was related to Unicode in request headers - cors_origin_allowed = u'*'. Unicodes are not allowed in response headers. This was affecting below mentioned areas

  • Creating a new user account.
  • Adding a member to the organization.
  • Adding a new dataset.

Please let me know if you face any further issues.

Thanks

Hi there, thank you so much! Verified.