No content to show
User Activity
Hi, everybody!I would like to learn how to make the Shopify functions.So I'm working on the delivery options function. In the "Step 4 Test the delivery customization", I get in trouble now.The document says "Check the Delivery customizations section...
08-31-2022
Hi, CommentCoder.Thank you for sharing your experience.You said, "Some env variables are in the .env file at the root of your project"I have a question about the ".env file" below.When you create a new app by running "npm init @shopify/app@latest", d...
ドウケ様コメントありがとうございます。3点回答を申し上げます。1. node_modules/・・・/error.jsの13行目について> 406エラーの表示箇所3行目のnode_modules/・・・/error.jsの13行目をお送りいただくこと可能でしょうか。 上記が/Users/MYUSERNAME/shopify_app/my-new-app/web/node_modules/@shopify/shopify-api/dist/error.js:13 のスクリーンショットとなります。...
ドウケ様たびたびのコメントありがとうございます。いただいたアドバイスに基づいて3点、回答を申し上げます。 ただ結論から申し上げると、環境変数に関するエラーと406エラーはそれぞれ表示されたままです。特に2点目の回答について再度アドバイスをいただければ幸いです。1. .envファイルの設定について > 現CLIでは.envファイルの設定は不要のようです。了解しました。 2. 環境変数の読み込みについてパートナーページの画面からSHOPIFY_API_KEYをコピペして、以下のコマンドを実行しました...
08-25-2022
Hi, CommentCoder.Thank you for your comment.My browser still shows 406 Not Acceptable", even though Change API_VERSION: process.env.LATEST_API_VERSION, to API_VERSION: LATEST_API_VERSION, with import { Shopify, LATEST_API_VERSION } from "@shopify/sho...
株式会社フルバランス ドウケ様たびたびのコメントありがとうございます。ドウケ様からいただいたご提案について、以下2点の回答を申し上げます。1. Shopify CLIのインストール> shopify cliをインストールし、以下のページからアプリ作成をやり直して見て頂けますと幸いです自分が使用しているmacOSには、Shopify CLIをすでにインストールしています。グローバルな環境でのShopify CLIのバージョンは2.19.0、ローカル環境(個別のアプリ開発環境)でのShopify C...
株式会社フルバランス ドウケ様コメントありがとうございます。いただいたご質問を2つに分けて回答いたします。 1. envファイルの設置についてenvファイルは設置されているでしょうか。 おそらく設置していないと思います。Shopifyアプリのフォルダ全体を、"env"と".env"の文字列で検索しましたが、これらの文字列に一致するファイルは存在していません。なおどのように検索したかについては、下記の動画でまとめています。 2. エラーの文言についてvscode上でエラーが12箇所でているとのこと...
08-22-2022
Just now, I posted the same question in the Japanese community.If I get the solution there, I will bring it back here.https://community.shopify.com/c/%E6%8A%80%E8%A1%93%E7%9A%84%E3%81%AAq-a/%E3%83%81%E3%83%A5%E3%83%BC%E3%83%88%E3%83%AA%E3%82%A2%E3%83...
下記の質問についてご存知の方がいらっしゃいましたらご教示を願います。 【質問の主旨】Shopifyのチュートリアルに掲載されているコードを、/web/index.js にコピぺしたとき、ブラウザ上に以下のような406エラーが表示されます。 このエラーを解決するために、具体的にコードのどこをどのように修正すれば良いでしょうか? 【質問の補足】1. ターミナルの画面 現在、私のターミナルではこのようなエラーが表示されています。 2. 編集ファイル上のエラー チュートリアルの/web/index...
Hi, there!When I copied and pasted the code in /web/index.js of the tutorial for the Shopify App, my browser(Chrome) showed the following screen as "406 Not Acceptable".In order to fix this error, what files should I fix and how should I fix them?In...
Hi, there.Now, I'm trying the following code to create the Script Page. // script-tag.js
import gql from 'graphql-tag';
import { useQuery, useMutation } from 'react-apollo';
const CREATE_SCRIPT_TAG = gql`
mutation scriptTagCreate($input: ScriptTag...
$ brew update
$ brew upgrade shopify-cliの代わりに、$ gem update shopify-cliを実行すると、Shopify-CLI のバージョンを上げることができました(参考リンク)。
下記の質問についてご存知の方がいらっしゃいましたらご教示を願います。---【質問の主旨】Post-purchase checkout extension のドキュメントに基づいて、$ shopify extension serve のコマンドを実行すると、下記のエラーが表示されます。✗ A tunnel running on another port has been detected. Close the tunnel and try again.
このエラーを表示させずに、Shopify ...
09-29-2021
Now, I want to try the post-purchase extension following Shopify docs.However, when I executed the following command, the Shopify extension gave me the error below. $ shopify extension serve
✗ A tunnel running on another port has been detected. Clos...
下記の質問についてご存知の方がいらっしゃいましたらご教示を願います。【質問の主旨】公式ドキュメントの内容に基づいて、Shopify-CLI をアップグレードしようとすると下記のエラーが表示されます。$ brew upgrade shopify-cli
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
git-crede...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1640 | 10-17-2021 09:55 PM |