I made sure the issue is in bootsnap
Yes, deleting bootsnap cache folder consistently resolves the isssue.
Steps to reproduce
- Install Ruby
3.2.1 (or 3.2.2)
- Run
rails s
- Server runs normally
- Restart server
- Browser hangs
- Stop browser
- Remove
tmp/cache/bootsnap
- Start server
- Browser loads properly
Expected behavior
Browser shouldn't hang on restart
Actual behavior
Browser hangs on restart
System configuration
Bootsnap version:
1.16.0, 1.15.0
Ruby version:
3.2.1, 3.2.2
Rails version:
7.0.4.3