No content to show
User Activity
Don't use heroku to host your script, use another provider like AWS S3
You shouldnt be getting this error if you are using ngrok. This error only occurs when heroku sleeps and if your script is served on heroku. If you're ngrok is running then it shouldn't occur
Its an error on shopify's end, I think theyre looking into it. For now use incognito to do your developments, that should work
Hey, I've been stuck on this error for some time "Invalid OAuth callback". Took the day to try to debug it. I am using both offline and online tokensThe outcome of my debugging (Custom Session):With custom session storage I found out that... it the s...
Upload your script tag to a website domain and call it there. If you use Heroku, it times out
I have the same error, any solutions?
It appears that I was using the server to generate the script tag so when the server is restarting, it needs to be re-authenticated to access the start tag. I am now hosting the script tag in AWS cloudfront CDN
Hey,I've been stuck on this error for some time. Can't seem to find any docs anywhereI have made a script tag through graphql that displays on the order status page but every time Heroku relocates dyno to a new server(cannot be avoided apparently) th...
07-27-2021
It was the shopify API version. Was using last years version... Changed it to API_VERSION: ApiVersion.April21
I am currently getting an error when I add cache: true. Without the cache, it is working.I get this error Here is my codeimport gql from "graphql-tag";
import { useQuery, useMutation} from "react-apollo";
import { Button} from "@shopify/polaris";
im...
My bad, it was just a naming thing.accessToken was named access_token in my db
Hey,Currently trying to implement a custom session storage using MySQL. After I add the app it throws a missing access token when creating graphQL clientInternalServerError: Missing access token when creating GraphQL clientHere is my custom session c...
Could it be the session? I am using shopify App cli out of the box.I am not too sure why it keeps redirecting me to log in with the shopify shop. Here is the server file. import "@babel/polyfill";
import dotenv from "dotenv";
import "isomorphic-fetc...
Hey all,I am stuck. I am using node.js with a custom Shopify app built using Shopify cli.The script tag I created using graphql keeps throwing a CORB error when it goes live.createScripts({ variables: { input: { ...
This is built as a custom app and has gone live on one site. It seems like I am already doing it correctly, is there anything I'm missing here?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
537 | 07-29-2021 05:22 PM | |
739 | 07-27-2021 06:14 PM | |
1806 | 07-25-2021 07:16 PM |