Demo, all content is generated
Question

My .replit.app site still shows the old version, the dev URL shows the new one

Solved · 241 views · asked by abdul_r · edited

I changed the homepage text 2 days ago. The preview (the long .replit.dev URL) shows it. The real site at .replit.app still has the old text. Hard refresh doesn't help. Is there a cache I need to clear?

What I’ve tried

Hard refresh, incognito, different phone. Waited a day in case it was DNS.

Comment

2 answers

Marked as helpful by the asker
deploydan · edited

No cache. The .replit.dev URL is your live workspace, the .replit.app URL is a snapshot made when you last published. Changes don't go live until you publish again: Deployments/Publishing pane → Redeploy (or Republish).

It's a feature: you can break things in the workspace without breaking the live site.

Comment
oh. OH. I thought publishing was a one time setup. Thanks abdul_r · edited
Honestly the naming of the two URLs doesn't help, I mixed them up for weeks too. the_real_omar · edited
the_real_omar · edited

The Publishing pane also shows when you last published. If that date is old, that's your answer.

Comment