Custom tools are not loaded if you are not logged in #4966
Unanswered
ikaymaz
asked this question in
Ideas & Feature Requests
Replies: 1 comment 2 replies
-
|
Current behaviour dictate all assets including Tool will only be loaded after logged-in, marking this as feature request. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Custom tools are not loaded if you are not logged in.
In my case the standard login process is not sufficient, therefore I want to use a custom process.
We already have the possibility to customize certain routes via
config/nova.php.The backend part is called and executed accordingly.
When calling the corresponding Vue component via Inertia, the frontend is loaded correctly, but an error is referenced.
The problem is that custom tools aren't loaded and therefore can't be reached.
DOM logged out:

DOM logged in:

Detailed steps to reproduce the issue on a fresh Nova installation:
TestTool) to yourNovaServiceProvidermethod calledtoolsCheck if the tools are present (for example, when viewing the DOM).
Check if the tools are present (for example, when viewing the DOM).
Beta Was this translation helpful? Give feedback.
All reactions