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 am following redirect instrutions from here: inertial redirects but I am getting strange behaviour on mobile app.
I have exactly the same scenario on docs.. on post form, after saving I am redirecting to the same Inertia page:
return to_route('stock.picking.form');
when I run this on web browser, no problem it redirects fine, but I have published manifest.json and some users have the web app installed on mobile device.
On this case, it opens a weard white popup with a message "Redirecting to https://....." with the correct url to redirect and it doesn't redirect.
Anyone with the same behaviour?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Laravel: 11.23.5
@inertiajs/vue3: 1.2.0
vite: 5.4.9
I am following redirect instrutions from here: inertial redirects but I am getting strange behaviour on mobile app.
I have exactly the same scenario on docs.. on post form, after saving I am redirecting to the same Inertia page:
return to_route('stock.picking.form');
when I run this on web browser, no problem it redirects fine, but I have published manifest.json and some users have the web app installed on mobile device.
On this case, it opens a weard white popup with a message "Redirecting to https://....." with the correct url to redirect and it doesn't redirect.
Anyone with the same behaviour?
Thanks in advance.
The text was updated successfully, but these errors were encountered: