Repl's code is outdated on browser (when signed out)


Why when I open link:
https://replit.com/@indrad3v4/SOMA?s=app

in iOS app I see latest code and output in preview

but when I open link in browser — in show code I see old code — and output in console?

1 Like

Up, because cause is need to fix ^^ how to fix it?

Hey @indrad3v4!

We are aware of this issue and are working on a fix. I will follow up as soon as I have an update!

2 Likes

Hi, you find root cause in this situation? Why replit habits like these

We have recently resolved an issue that might be similar to this. Are you still seeing the issue?

Nevermind, I was able to reproduce. We will continue to investigate.

2 Likes

Sign in to replit on the browser, so it always uses your up-to-date repl and not a copy.
Alternatively: in the browser, after you run the repl, do Ctrl\ and enter

__import__("os").kill(1,1)

so that it disconnects and updates the copy of the repl shown. On phone, maybe try using the volume down button instead of Ctrl :man_shrugging:

3 Likes

Yeah, bro, thank you all,
My repl has template and it need to be updated in browser.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.