Hello, I’ve read that with next-gen dev platform, the app URL is no longer updated locally when automatically_update_urls_on_dev is set to true. I’m OK with that but my issue is with the extensions URLS (payment_session_url, capture_session_url, etc.).
Those fields still require absolute URLs. shopify app dev returns that I have invalid URLs there if I try with values like /app/payment_session(with or without the leading slash).
I have a script at the app startup that was updating the values in the extenions files based on the app file. Without this script, Shopify uses the wrong URLs and I need to manually update the extension files.
We’d like to keep this updating stuff automated, but config file does not contains the new URL, and I did not find a way in CLI to find the current URL of the app (the one updated, not deployed).
What can I do to avoid this issue and revolve the proble ? I’d like to have either the current URL of my app through CLI, or have the extension files updates so Shopify will actually be able to reach my app.
Thanks for your feedback on this,
Regards.