linklist
linklist copied to clipboard
fixed:Creating an account leads to a server error #1
Pull Request Summary
Resolved bug causing the application to crash when Creating an account leads to a server error #1
Changes Made:
-
Issue 1: Null check for 'page' in PageButtonsForm
- Added null check for
page?.buttonsin PageButtonsForm to prevent a TypeError.
- Added null check for
-
Issue 2: Null check for 'page' in UserPage
- Added null check for
pagein UserPage to handle the case where the page is not found.
- Added null check for
-
Issue 3: Null check for 'page' in AccountPage
- Added null check for
pagein AccountPage to prevent a TypeError.
- Added null check for
Additional Context:
-
Branch Name:
newUsersIssues
Screenshots(Created account ):
Someone is attempting to deploy a commit to a Personal Account owned by @dejwid on Vercel.
@dejwid first needs to authorize it.