How to disable cloudflare tunnel on Railway?

I deployed my project on Railway and it’s currently active, but there’s an error in the Shopify plugin section indicating it can’t connect to the Cloudflare tunnel.

The URL ownership-extraordinary-timeline-charming.trycloudflare.com could not be found.

This URL just won’t change.

@etcmobile, can you please confirm if you set the correct URL(Railway production app URL) in the Shopify App configuration file(shopify.app.toml)?

1 Like

Yes i did. “shopify.app.trendyol-yorum-entegrasyonu.toml”

its url true.

but my fail screen.

The server IP address of the host ownership-extraordinary-timeline-charming.trycloudflare.com could not be found.

english

#2 Learn more about configuring your app at 


client_id = “74b9c55c333a63213ddd16e182536a05”
name = “Trendyol Yorum Entegrasyonu”
application_url = “https://trendyol-production.up.railway.app”
embedded = true

[build]
automatically_update_urls_on_dev = true
include_config_on_deploy = true

[webhooks]
api_version = “2026-04”

[access_scopes]

Learn more at 


scopes = “write_products”

[auth]
redirect_urls = [ “https://trendyol-production.up.railway.app/api/auth” ]

Can you please confirm if the app is deployed with the correct application URL? You can check the active version on the Dev Dashboard.

1 Like

App deploy screen. its correct, why showing cloudflare link?

Are you trying to view the app on a store which you use shopify app dev with? If so, try running shopify app dev clean

Yes, I’m trying to see my plugin, but I’m getting a Cloudflare error. How can I run this Shopify clean code on Railway?