App reviews, troubleshooting, and recommendations
I created the remix app and dev store according to the documentation.
I save the accesToken that I get when installing the application
export const loader = async ({ request }) => { const { admin, session } = await authenticate.admin(request); await saveAuth({ shop: session.shop, accessToken: session.accessToken }) return null; };
Now I want to use this token to get store products. According to the documentation, I make a request:
I add the token according to the documentation
Can you please tell me why I'm getting an error?
401 Unauthorized
""errors": "[API] Invalid API key or access token (unrecognized login or wrong password)"
Created a new dev store and installed there. The problem disappeared. For some reason, when you uninstall the app and dev store and then install it again, the token is not updated via remix. It's a terrible bug
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024