hi,
scopes = "read_content,read_files,read_products,write_content,write_files,write_products"
export const loader = async ({ request }: LoaderFunctionArgs) => {
const { admin, session } = await authenticate.admin(request);
console.log({
session,
});
return null;
};
# response
{
session: Session {
id: "__id__.myshopify.com"
shop: "__id__.myshopify.con",
state: "",
isOnline: boolen_value,
scope: 'write_content,write_files,write_products'
expires: undefined,
accessToken: access_token,
onlineAccessInfo: undfined
}
}
scopes not update here,
i used this command to deploy new version
shopify app deploy
articles i hit this URL with postman, with the response access token i get this error:
can i use this URL, remix app ?
have any ans for this ?
thank ![]()
