Skip to content

[Bug] Backpack in a subdomain (V7) #1445

@cdo9

Description

@cdo9

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions