LAravel + shopify app
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?..
after server transfer i am facing this issue
i have already use reinstall composer install
remove vendor folder , remove session cache dir.
