Custom Pages ignore tenant
I have create custom page edit-profile , but I dont want pages inside tenant
I want the route should be
not
2 Replies
Hi @khairulazmi_ did you ever find a result for this?
Panels are directly tied to tenants because the views have things that depend on it not being null. You could potentially create a secondary panel that doesn’t have tenancy and just use URLs to send requests across panels. Might possibly need a custom middleware though to keep the user logged in.