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 followed the guide from https://inertiajs.com/progress-indicators#default but it doesn't seem to render the correct HTML (I assumed <div id="ndprogress"> ... </div>). However, it does seems the include the correct CSS within HTML head section.
Steps to reproduce:
Add progress configuration to createInertiaApp should populate progress on page navigation.
If you sleep a regular Nova (Inertia) request you should see the progress, but it looks like Nova Actions are regular AJAX requests, so the progress isn't showing. How were you previously tapping into the progress bar?
Version:
@inertiajs/vue3
version: 2.0.0Describe the problem:
I followed the guide from https://inertiajs.com/progress-indicators#default but it doesn't seem to render the correct HTML (I assumed
<div id="ndprogress"> ... </div>
). However, it does seems the include the correct CSS within HTML head section.Steps to reproduce:
Add progress configuration to
createInertiaApp
should populate progress on page navigation.The text was updated successfully, but these errors were encountered: