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?
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?
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!
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.
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
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.