Shopify theme dev localization ERR_TOO_MANY_REDIRECTS

Short description of issue

shopify theme dev localization ERR_TOO_MANY_REDIRECTS

Reproduction steps

Source code: Context – share whatever you see with others in seconds

Follow docs:

Additional info

command: shopify theme dev

After clicking a button that submits the form, it will create POST request with code 307, and it keeps looping until infinity or until browser ERR_TOO_MANY_REDIRECTS is thrown.

What type of topic is this

Bug report

Upload screenshot(s) of issue

I’m experiencing the same issue. Were you able to resolve it?

Looks like local development does not support translations

Hello @Mattcha and @Milan_Momcilovic,

It’s not possible to submit the localization form from your local server. In order to validate everything, follow these steps:

  • Open the console
  • Type Shopify.theme.id
  • Copy the ID
  • Open a new tab
  • Go to https://[[store_id]].myshopify.com/?preview_theme_id=[[theme_id]]
  • You will now be previewing your developement theme
  • In this context, the localization form can be submitted and tested

Hope it helps !