Shopify / Shopify/shopify-app-template-php

App install page not shown

Open
#381 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
340
Forks
108
PR merge metrics
No merged PRs in 30d

Description

Issue summary

Write a short description of the issue here ↓
The app installation page is not shown when setup with a linode server. the page is shown in ngrok/local as expected

Expected behavior

What do you think should happen?
It should show the app installation page

Actual behavior

What actually happens?
There’s no page at this address page is shown instead of app installation page.
I think its getting redirected to home route or something before installation.

Note : There are no rows in the db sessions table.

Steps to reproduce the problem

1.set up in a ubuntu server
2.deployed with npm build with key inside frontend & composer build inside web

Reduced test case

The best way to get your bug fixed is to provide a reduced test case.


Checklist

  • I have described this issue in a way that is actionable (if possible)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the Ubuntu/Linode deployment with the working ngrok/local setup, starting with the npm build and composer build steps and the reported absence of rows in the db sessions table. Trace the installation request through deployment and session creation; done means the app installation page appears on the server and the expected session data is created.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.