after server transfer i am facing issue in authenticate it's always redirect me same url #327
Unanswered
ghanshyam1994
asked this question in
Q&A
Replies: 1 comment
-
I also faced the same issue when I make it true "SHOPIFY_APPBRIDGE_ENABLED=true" vendor/kyon147/laravel-shopify/src/resources/views/auth/token.blade.php in this file replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://community.shopify.com/c/shopify-apps/after-server-transfer-i-am-facing-issue-in-authenticate-it-s/m-p/2656394#M80679
please check this
midleware "verify.shopify"
$tokenSource = $this->getAccessTokenFromRequest($request);
if ($tokenSource === null) {
//Check if there is a store record in the database
return $this->checkPreviousInstallation($request)
// Shop exists, token not available, we need to get one
? $this->handleMissingToken($request)
// Shop does not exist
: $this->handleInvalidShop($request);
}
this is alwayes redirect me to authenticate/token?....
Beta Was this translation helpful? Give feedback.
All reactions