Skip to content

Conversation

@naasanov
Copy link
Collaborator

@naasanov naasanov commented Jan 5, 2026

We had an issue where even after ending a frontend debug session, the process would stick around and block port 3000

Changes:

  • Added a task that would kill all next dev processes
    • Attempts to kill just the proc on port 3000 did not work, via several methods. This was the only way I could find to kill the lingering process
  • Added this task as a pre-launch task to the frontend launch
  • Made frontend use "openExternally" instead of "debugWithChrome", which should prevent issues with the window not opening
  • Also widened backend Allowed-Origins to allow any port on localhost to add flexibility for any similar issues in the future

Closes #125

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Test Results Summary

286 tests  ±0   286 ✅ ±0   9s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 2fc32e9. ± Comparison against base commit e23a979.

@naasanov naasanov merged commit 21e9a86 into main Jan 7, 2026
2 checks passed
@naasanov naasanov deleted the nick/launch-fix branch January 7, 2026 18:50
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.

Launch Config Fixes

2 participants