You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user has JavaScript disabled and tries to install an app by going to /login and entering their shop name. After submitting the /login page they just get a blank page and nothing happens.
shopify_api version: 13.1.0
shopify_app version: 21.6.0
Ruby version: 3.2.1
Operating system: All
Expected behavior
The user should see an indication that they need to have JavaScript enabled.
Actual behavior
They get a blank screen.
Steps to reproduce the problem
Disable JavaScript
Go to the /login page of an app
Enter a *.myshopify.com domain
Submit the form
See a blank page
View source
See that you've been served the redirect.hml.erb page, which contains only an empty div and a link to a redirect.js script.
Thanks for reporting this! I will add this to our backlog.
Though seems like you have taken a deep look at this, we welcome PRs to the repo, so feel free to submit one if you would like and the team would review it promptly. :)
Issue summary
A user has JavaScript disabled and tries to install an app by going to
/login
and entering their shop name. After submitting the/login
page they just get a blank page and nothing happens.shopify_api
version: 13.1.0shopify_app
version: 21.6.0Expected behavior
The user should see an indication that they need to have JavaScript enabled.
Actual behavior
They get a blank screen.
Steps to reproduce the problem
/login
page of an app*.myshopify.com
domainredirect.hml.erb
page, which contains only an empty div and a link to aredirect.js
script.Blank page:
View source:
Problem file:
shopify_app/app/views/shopify_app/shared/redirect.html.erb
Lines 10 to 22 in 2a75c07
The text was updated successfully, but these errors were encountered: