No content to show
User Activity
12-22-2022
I'm encountering an error message with the Shopify CLI that has no description of what the error actually is. The message I'm receiving seems to be re-outputting every second, and looks as follows: 02:21:47 Error -- 'project' could not be pushed:- bl...
Awesome, thanks a bunch!
One followup question @olavoasantos - do you know how I can send the authenticated shop data to my API route?I'm just looking to associate the store name or ID with records in a database now.Thanks!
Fantastic thank you @olavoasantos that worked for me.Just a followup question, is it safe to store private keys in ENV variables and pass them to Next API routes in this fashion?(I'm looking to communicate with a database).Thanks!
Hi all,I'm attempting to get a simple test route in my server/server.js connected to a component in my pages/ directory.server.js:import "@babel/polyfill";
import dotenv from "dotenv";
import "isomorphic-fetch";
import createShopifyAuth, { verifyRequ...