GTBitsOfGood/brain-exercise-analytics

[Fullstack] Bugfix: Auth Information Page Showing Internal Server Error

Closed this issue · 0 comments

Requirements

Currently, the /auth/information requires the user to submit the form twice to process the information because the first time results in an internal server error (with valid information in the form).

  • Fix this bug such that the internal server error does not show up with valid information.

Note: I feel it might be a Firebase initialization error within the internalRequest function. This might be a good starting place.