No content to show
User Activity
10-04-2024
I eventually figured out the main cause of the issue I was having. Perhaps I missed it in the documentation, but you first have to click on the app in the store admin so it can create a session token. Once I did that, the admin object was defined and...
09-10-2024
Thank you for the suggestion. const { admin } = await authenticate.public.checkout(request); and const { admin } = await authenticate.public.customerAccount(request); both authenticate successfully, but I do not have access to the admin api, which ...
09-06-2024
This error is really frustrating, so thank you for posting this! It helped me overcome one issue, but I'm left with another hurdle. In my route file (api.proxy.js, shown below) I need to run a graphql query. The request will originate from my client-...