Skip to content

fix: dashboard errors and ARM64 support #744

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VespianRex
Copy link

This PR includes several fixes:

  1. Added null checks in AddProjectModal to prevent errors when accessing props.checks
  2. Exported removeUserData action from userInfo reducer
  3. Added ARM64 platform support in docker-compose for M1/M2 Mac compatibility

Changes made:

  • Added null check before accessing props.checks.checks in AddProjectModal
  • Added removeUserData to exported actions in userInfo reducer
  • Added platform: linux/arm64 to both services in docker-compose.yml

These changes improve stability on M1/M2 Macs and prevent runtime errors in the dashboard.

1. Add null checks in AddProjectModal to prevent errors
2. Export removeUserData action from userInfo reducer
3. Add ARM64 platform support in docker-compose
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.

1 participant