Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Stuck At Handling Response While Developing App #5375

Open
2 tasks done
0xj7r opened this issue Feb 7, 2025 · 1 comment
Open
2 tasks done

[Bug]: Stuck At Handling Response While Developing App #5375

0xj7r opened this issue Feb 7, 2025 · 1 comment
Labels
Type: Bug Something isn't working

Comments

@0xj7r
Copy link

0xj7r commented Feb 7, 2025

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

App

Expected behavior

Image

I am following the scaffold app tutorial https://shopify.dev/docs/apps/build/scaffold-app. I am trying to develop a lightweight app on my store to test for a client. Unfortunately each time I get to running the app in dev I am met with the Handling response message.

Actual behavior

Image

Verbose output

Verbose output

16:54:16 │ remix │ Running pre-dev command: "npx prisma generate"
16:54:16 │ graphiql │ GraphiQL server started on port 3457
16:54:17 │ remix │ Environment variables loaded from .env
16:54:17 │ remix │ Prisma schema loaded from prisma/schema.prisma
16:54:17 │ remix │ Datasource "db": SQLite database "dev.sqlite" at "file:dev.sqlite"
16:54:17 │ remix │
16:54:17 │ remix │ 1 migration found in prisma/migrations
16:54:17 │ remix │
16:54:17 │ remix │
16:54:17 │ remix │ No pending migrations to apply.
16:54:20 │ remix │ ➜ Local: http://localhost:61662/
16:54:20 │ remix │ ➜ Network: use --host to expose
16:54:23 │ remix │ [shopify-api/INFO] version 11.8.1, environment Remix
16:54:24 │ remix │ (node:46836) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
16:54:24 │ remix │ (Use node --trace-warnings ... to show where the warning was created)
16:54:24 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:24 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:24 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:25 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:25 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:25 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:39 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:39 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:40 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:40 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:40 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:54:40 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:57:12 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:19 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:19 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:19 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:19 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:20 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
16:59:20 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}
17:04:00 │ remix │ [shopify-app/INFO] Authenticating admin request | {shop: altima-studios-ltd.myshopify.com}

Reproduction steps

  1. Create a new scaffold Remix app with shopify app init
  2. Run npm run dev to initialise prisma + load app

Operating System

Mac OS Sanoma 14.2.1

Shopify CLI version (shopify --version)

@shopify/cli/3.75.0

Shell

No response

Node version (run node -v if you're not sure)

node-v20.17.0

What language and version are you using in your application?

No response

@0xj7r 0xj7r added the Type: Bug Something isn't working label Feb 7, 2025
@0xj7r
Copy link
Author

0xj7r commented Feb 7, 2025

Definitely an issue with Session creation + app bridge. It will not create a Session record, hence authentication fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant