cybernetisk / internsystem-v2

A NextJS-based website. Used for public information about Cybernetisk Selskab, and necessary tools for volunteers at the bar/café Escape.
https://cyb.no
MIT License
7 stars 9 forks source link

"Register"-button in "Register new user" doesn't do anything. #38

Closed reduan1109 closed 2 months ago

reduan1109 commented 2 months ago

Describe the bug After filling out the registration form and pressing the register button, nothing happens.

To Reproduce Steps to reproduce the behavior:

  1. Go to Register new user.
  2. Fill out the form.
  3. Press REGISTER.
  4. Nothing happens.

Expected behavior Expected some form of feedback if the registration worked or did not work.

Screenshots Not applicable at this time.

Additional context Post request to https://cyb.no/api/createUser, when pressing REGISTER-button returns 500. User-agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0

Might already be registered? Had a user some time ago.

EricSvebakk commented 2 months ago

accidentally changed user schema for prisma when merging another feature. Issue fixed. New users can now be registered.