-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Hello,
This setup (#887) was working correctly with Backpack v6, but since upgrading to Backpack v7 I’m hitting a hard PHP segfault (exit 139) during request handling. (On all my routes)
What I’ve isolated so far:
- The crash happens during Kernel::handle() (before controllers, before my own middleware).
- /up health route also segfaults.
- If I disable auto-discovery for Backpack CRUD/Basset, the app works again.
- Rolling back to Backpack v6 fixes the issue immediately.
- Removing my multisite middleware, route groups, cache, locale, etc. does not change the behavior.
I already had multisite support working with your help back in the v6 days, so I’m wondering if something changed in v7 (route registration, URL generation, auth/guard setup, etc.) that could explain this regression?
Happy to provide more details if needed, thanks in advance for your help
Reactions are currently unavailable