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
When using Octane, resources from packages are not loaded. They are not added to the menu and give a 404. When checking the contents of Nova::$resources it does not add them. Resources that exist in app/Nova do load via the resourcesIn.
Without Octane they do load and appear in the menu.
I've tested this on MacOS using Valet and on Ubuntu.
I have found one other mention on this issue by @rasmuscnielsen here: #6294 (comment)
But he never followed up with an issue.
Detailed steps to reproduce the issue on a fresh Nova installation:
I've setup a repo with these two packages, which both register the Nova resource with Nova::resource in the service provider:
Octane only loads the service provider once in Octane while Nova added resources within Nova::serving() event so it only loaded when serving Nova requests.
Description:
When using Octane, resources from packages are not loaded. They are not added to the menu and give a 404. When checking the contents of
Nova::$resources
it does not add them. Resources that exist inapp/Nova
do load via theresourcesIn
.Without Octane they do load and appear in the menu.
I've tested this on MacOS using Valet and on Ubuntu.
I have found one other mention on this issue by @rasmuscnielsen here: #6294 (comment)
But he never followed up with an issue.
Detailed steps to reproduce the issue on a fresh Nova installation:
I've setup a repo with these two packages, which both register the Nova resource with
Nova::resource
in the service provider:The text was updated successfully, but these errors were encountered: