COSCUP / COSCUP-Volunteer

The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
https://volunteer.coscup.org/
GNU Affero General Public License v3.0
67 stars 34 forks source link

[Bug] Unable to properly update user profile #34

Closed lifehome closed 2 years ago

lifehome commented 2 years ago

Issue description

Whenever I type in and save my nickname, the server returns an HTTP 500 error, and the value is not saved.

Steps to reproduce

  1. Login to the page /setting/profile
  2. Input value into the "Name" field
  3. Click "Save"

HAR file for issue investigation

Screenshot

Screenshot 2022-01-10 at 2 19 40 PM Screenshot 2022-01-10 at 2 08 40 PM Screenshot 2022-01-10 at 2 08 37 PM
toomore commented 2 years ago

@lifehome 修正好了,你再試看看!感謝回報!

toomore commented 2 years ago

Hi @lifehome, fixed! and thank you for your report!!!

lifehome commented 2 years ago

@toomore Thanks! Will try out in a bit.

However, if you replay the POST/GET request in the HAR file, which I did after seeing your comment, you will find another HTTP 500 error. I do think we should process this separately, but just a heads up. :))