You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix server bundle path resolution in test environments (#1797)
- Fix fallback logic when manifest lookup fails to check multiple locations
- Try environment-specific path, standard location (public/packs), then generated assets path
- Return first path where bundle file actually exists
- Maintains backward compatibility with original behavior as final fallback
- Add comprehensive test cases to prevent regression
Fixes issue where server rendering failed in test environments when bundles
were in standard Shakapacker location but manifest lookup pointed to
environment-specific directory.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments