No content to show
User Activity
Check this response: https://github.com/Shopify/cli/issues/933#issuecomment-1353510912
10-08-2022
The solution, web pixel's id can be found:On storefront website webPixelsConfigList property from web-pixels-manager-setup-esm class (div)
Hi there,I have been developing the web pixel's extension for an app (https://shopify.dev/apps/marketing/pixels). In the phase of development I need to get that app's pixel id after activating the web pixel, how do I get it through the GraphQL or in ...
10-07-2022
Hi there @charles52 , I solved it by adding the scopes to the project_root_folder/shopify.app.toml scopes = "write_pixels,read_customer_events"
09-29-2022
Just add style="text-align: center;"to your h1 tag, for e.g. :<h1 class="main-page-title page-title" style="text-align: center;">Contact Us</h1>
09-01-2022
same problem+, any updates?
09-01-2022
Solution: Shopify version 3.9.2 solved this problem.
Hello there, I wanted to create a web pixel extension for my shopify app, so I followed the instructions on the official shopify pixel extension creation guide: https://shopify.dev/apps/pixels/pixels-getting-started When I'm trying to build the app, ...
08-29-2022
I found where the bug was, the solution was to not use GraphQLClient on frontend react side, and use it only on node side by calling a REST API, therefore executing the mutation, although I'm still getting errors on creating the web pixel extension, ...
Hello there, @Shopify/app@3.0.25@Shopify/cli@3.0.25Having this issue when running the project: extensions | Shopify CLI Extensions Server is now available at https://5958-188-138-193-49.eu.ngrok.io/extensions/dev-console
extensions | flaminjoy-galler...
08-24-2022
I had the same issues, just delete the app using partners board, and install it back, it worked for me, just had this issues 1 day ago.
Solution: To use authenticated fetch useAuthenticatedFetch hook from nodejs boilerplate shopify.
Hello Trying to do a POST request from web/components/form and it returns 302, when using appUseQuery hook works. Tutorial source: https://shopify.dev/apps/getting-started/build-app-example/backend web/components/form.jsx useCallback(() => {
(a...
07-21-2022
same problem here, I've tried to run on MacOS after installing shopify-cli but it says that shopify app has only some commands available like: connect, create, deploy, open, serve and tunneltried to run: shopify app serve, resulting into an error: yo...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
3177 | 10-08-2022 05:06 PM | |
1282 | 09-01-2022 04:32 AM | |
4102 | 08-29-2022 12:52 PM | |
1149 | 08-23-2022 04:38 PM |