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 Inertia JS with URLs served over http (e.g., during local development), refreshing the page causes the hash in the URL to duplicate. For example, navigating to http://localhost:8000/#pricing and refreshing the page results in the URL changing to http://localhost:8000/#pricing#pricing.
This issue does not seem to occur when using https.
Versions:
inertiajs/inertia-laravel
version: 2.x-dev@inertiajs/react
version: 2.0.0-beta.3Describe the problem:
When using Inertia JS with URLs served over http (e.g., during local development), refreshing the page causes the hash in the URL to duplicate. For example, navigating to http://localhost:8000/#pricing and refreshing the page results in the URL changing to http://localhost:8000/#pricing#pricing.
This issue does not seem to occur when using https.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: