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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
For anyone having the same issue here are the steps to fix it.
Make sure your main 'home' route doesn't redirect to another route (the shop parameter will be dropped on that redirect)
You need to apply a shop param to all of your routes etc..... route('home', ['shop' => auth()->user()->name])
A handy snippet I found when searching through past issues is this one provided by @andreuka . It uses JS to apply your shop param to all a tags, I would advise wrapping this in an auth()->check() also. V17 Billing Route Not Wokring #872 (comment)
For bug reporting only! If you're posting a feature request or discussion, please ignore.
Expected Behavior
The app to work in safari.
Current Behavior
The app doesn't work when loading in safari.
Failure Information
I have seen another issue about safari which could be related?
#950
After authentication, the shop query string is stripped from the URL causing the error.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: