In the older version, there was a way to change this link. But I can not find it in the new dashboard.
Hi @corefiz
You cannot change that link in the dashboard because your app configuration is now managed by the Shopify CLI, which locks the fields on the website. To update it, you must edit the shopify.app.toml file in your local code project.
Change the application_url inside that file, and then run the command npm run shopify app config push in your terminal. This will push your local changes to Shopify and update the URL on the dashboard.
Hope this helps!
Thank you, yes, it fixed.
