katiedavis
Shopify Staff (Retired)
Last Activity: Feb 05 13:32:03
Topic Started
0
Topics Started
Topic Solutions
7
Solutions
Post Count
39
Posts
Post Kudos
13
Likes

Community Badges

No content to show

User Activity

Hi @jbool24 ,   This is the second report we've gotten about this! So something is up. Can you paste your package.json here for me? Thanks!
Hi @PhilippW,   You've wrapped the config correctly with `next-sass`, but you still need the CSS loader:   module.exports = withCSS(withSass({   webpack: config => {     const env = { API_KEY: apiKey };     config.plugins.push(new webpack.DefinePlug...
Hey @revington check out the tutorial again: https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/fetch-data-with-apollo#build-resource-list   You need to use `query` after your `gql`
Hi again,   Both Trish and I had success with the changes made. Can you try generating a fresh app from the CLI? 
hey @clucs123 with some investigation with @Trish_Ta we've figured out the issue!   can you add @babel/preset-env? the package we were using (babel-preset-env) has been moved into that! It solved the issue on both our ends
no problem @clucs123 I'll take a look today and let you know what I find, it just might take a bit.
So sorry about that @clucs123 ! I'm wondering if you could put your code up on github? I'll try running the whole app to see whats going on.
To echo what Michelle said, this app needs to be rendered within the admin for any context to exist. If you're hitting it from your ngrok URL you won't have any luck accessing App Bridge features.    You can install the app on your development store ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.