-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sidebar validation infinite loading fix #794
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Note: The max_combo value is set to 1000, still need to experiment with the number. Also, I do not know how this impacts validation. |
@@ -14,7 +14,7 @@ GraduateNU aims to empower Northeastern students to customize their plan of stud | |||
|
|||
5. Then run the new version of the application by running `yarn dev` at the root of the project. This starts up a NestJS server + a NextJS frontend + a Proxy. The proxy listens on port [3002](http://localhost:3002/), forwards /api requests to the NestJS server running on port 3001, and all other requests to the frontend running on port 3000. | |||
|
|||
5a. For Windows machines, run `yarn concurrently "yarn workspaces foreach --parallel --verbose --interlaced run dev" "yarn dev:proxy"` instead of `yarn dev` | |||
5a. For Windows machines, run `yarn wdev` instead of `yarn dev` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solution on the other PR, for this PR, we can merge the "wdev" script update
Description
2025-01-20.10-19-05.mp4
Also added a
wdev
scriptCloses #617 Validation Loading Indefinetly
Type of change
Please tick the boxes that best match your changes.
yarn install
yarn dev:migration:run
How Has This Been Tested?
Check screen recording
Checklist: