Skip to content

Conversation

jchung150
Copy link

Issue-39_DebugLogs.pdf

Token Reissue Debugging

Initial Problem:

  • Access tokens were expiring after 60 minutes, requiring a refresh without re-login

Key Changes:

  • Changed ValidateLifetime from true to false to allow validation of expired tokens
  • Modified populateExp to true to ensure token expiry time is reset during refresh

Registration Process Debugging

Initial Registration Challenges:

  • JSON parsing errors when registering new users
  • Mismatched response types from the backend (sometimes array, sometimes object)

Key Actions:

  • Updated frontend form to include FirstName and LastName
  • Modified parsing logic to handle different response types
  • Manually added RefreshToken and RefreshTokenExpiryTime columns to the database using SQL ALTER TABLE commands

ydongchoi and others added 29 commits August 18, 2024 19:09
…le-add-sales-invoice

[Fix issue] Bug in accounts receivable add sales invoice #22
Changes:
_LayoutPrev.cshtml - added missing closing </b> tags

AddNewTax.cshtml - removed extra quotes at the end of the button declaration.

AddPurchaseOrder.cshtml - Added a missing closing <div> tag and also auto formatted the file.

Quotation.cshtml - removed a hanging }); near the bottom script tag and reformatting the file.
I noticed there were some small syntax errors in the account go project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants