linklist icon indicating copy to clipboard operation
linklist copied to clipboard

fixed:Creating an account leads to a server error #1

Open VivekGupta011 opened this issue 2 years ago • 1 comments

Pull Request Summary

Resolved bug causing the application to crash when Creating an account leads to a server error #1

Changes Made:

  1. Issue 1: Null check for 'page' in PageButtonsForm

    • Added null check for page?.buttons in PageButtonsForm to prevent a TypeError.
  2. Issue 2: Null check for 'page' in UserPage

    • Added null check for page in UserPage to handle the case where the page is not found.
  3. Issue 3: Null check for 'page' in AccountPage

    • Added null check for page in AccountPage to prevent a TypeError.

Additional Context:

  • Branch Name: newUsersIssues

Screenshots(Created account ):

image

VivekGupta011 avatar Dec 31 '23 04:12 VivekGupta011

Someone is attempting to deploy a commit to a Personal Account owned by @dejwid on Vercel.

@dejwid first needs to authorize it.

vercel[bot] avatar Dec 31 '23 04:12 vercel[bot]