App reviews, troubleshooting, and recommendations
i am working on remix app, i want to get list of all articles, remix have blog id or author name to get blog, but i want to get all blog in one request,
i found this URL: articles i hit the request i get this response
<Html>
<body>
<div id="redirect" data-url="https://admin.shopify.com/login?errorHint=no_identity_session"></div>
<script>window.location =
decodeURI(document.getElementById('redirect').dataset.url);</script>
</body>
</Html>
show i update scopes but not update in
scopes = "read_content,read_files,read_products,write_content,write_files,write_products"
export const loader = async ({ request, context }: LoaderFunctionArgs) => {
const { admin, session, sessionToken } = await authenticate.admin(request);
console.log({
session,
});
return null;
};
resposne ---> {
session: Session {
id: 'store.myshopify.com',
shop: 'store.myshopify.com',
state: ''",
isOnline: false,
scope: 'write_content,write_files,write_products',
expires: undefined,
accessToken: ''accessToken",
onlineAccessInfo: undefined
}
}
have any alternative way to get all articles post
thank you 🙂
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025