-
Notifications
You must be signed in to change notification settings - Fork 99
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
deployed on AWS show error Missing host query argument #462
Comments
Remove node modules and install it again by running npm i. Hopefully It will run. |
@NomanHameed Salam ! I am trying to publish at cpanel but app is not redirecting to Exitframe for auth.
Can you please tell me steps for making build on windows? Thank You |
@waqas61 please try to load you app URL with a shop parameter example below
and for build use command on local
if still any issue feel free to ask. |
Hi @waqas61, make sure your shop URL is correct (e.g. storename.myshopify.com). Then you can access:
I made some changes in my code to make sure it shows an install page instead of an error when you access other URLs, or when you don't have the shop params. |
I have deployed the app successfully. Really thankful for your time and support.No words for appreciate but Thank you . |
Hi, @rafaelstz
The above code is not working with the production URL. It is not redirecting. I also notice. If I add a URL in-app setup like below.
It shows an installation page. Any help would be appreciated. |
Thank You |
The issue exist on the development state also. |
ISSUE SUMMERY
Trying to deploy Shopify-App-Temp-PHP on AWS ec2 but getting error
Missing host query argument
What I Try to Do
Setup Apache2 on AWS EC2 instance and
in root directory run
update .env as per requirements then run
also change root path to
/var/www/html/app/web/public
then got error
Missing host query argument
Your app can only load if the URL has a host argument. Please ensure that it is set, or access your app using the Partners Dashboard Test your app feature
please guide if anyone solve this issue before also share some document if i'm not deploy in right way on AWS.
share some helping guide to deploy shopify-app-temp-php app on AWS.
Thanks.
The text was updated successfully, but these errors were encountered: