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
I've tried using it inside my Laravel Nova project - and the way Nova loads external-to-nova URIs is by loading them in a dialog window through an <iframe>. When that happens I get this window:
It seems that because the /log-viewer is loaded through an iframe - it loses track of the correct URI path to load its api/folders.
The text was updated successfully, but these errors were encountered:
Hi @arukompas - using MenuItem::externalLink() (or MenuItem::path()->external() in my case) redirects to that URL which is exactly what I did after stumbling upon the above issue. Ideally, I would like to use it this way instead:
Because that way I don't need to "get out" of my Dashboard and I can just load external tools in a dialog window. E.g. Laravel Horizon works fine this way.
Even though my use case is a bit particular (I doubt many people are using Nova) - I thought that reporting this would be a good idea because the issue itself could be triggered in other similar situations if not handled properly.
Hi, thanks for this awesome package ❤️ .
I've tried using it inside my Laravel Nova project - and the way Nova loads external-to-nova URIs is by loading them in a dialog window through an <iframe>. When that happens I get this window:
It seems that because the /log-viewer is loaded through an iframe - it loses track of the correct URI path to load its
api/folders
.The text was updated successfully, but these errors were encountered: