Skip to content

1429 - Console Errors #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged

1429 - Console Errors #278

merged 1 commit into from
May 20, 2025

Conversation

danbenner-vega
Copy link
Contributor

  • Error 1 - When going to the about page, an error is thrown: ERROR TypeError: Cannot read properties of undefined (reading 'nodeVersion'). There are currently versions listed under the 'System section'. Both Node and MongoDB version appear blank.
    • Solution: This error seems to have already been fixed, it does not occur.
  • Error 2 - As a user, as I navigate around the mage application if I do not have an avatar picture I see the following error: GET https://abcdemo.mage.geointapps.com/api/users/68127b109cf25890fe279780/avatar 404 (Not Found)
    • Solution: Added a more descriptive warning.
  • Error 3 - When logging in, an error shows up: https://abcdemo.mage.geointapps.com/auth/token?createDevice=false 500 internal server error.
    • Solution: Replaced the null that produced the 500 with a non-empty string to instead produce a 403 which still forces the user to re-enter the pass code.

Copy link
Contributor

@ryanslatten ryanslatten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ryanslatten ryanslatten merged commit ce8a5cd into develop May 20, 2025
3 checks passed
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.

3 participants