406 Error on new customer account login

Short description of issue

406 Error when attempting to redirect users to login

Link to Shopify Store

https://brandonlake.shop/apps/single/membership#/join

Reproduction steps

Click the join button

Additional info

To route people to the shop login, we make a GET request to /account/login which redirects to https://shopify.com/57176490189/account?locale=en&region_country=US which is throwing a 406 error.

This typically works in other stores, not sure what is going on with this one.

What type of topic is this

Bug report

Hi @josephtaylor

The reason of 406 should be that the Accept header in the request is not correct. You may need to change the value in `Accept` header. You can refer to the header in this request.

Would you like to elaborate more about why the app proxy want to redirect to login? Thanks