When I try exploring my repl, it works for a few minutes and it halts with the following error.
You can’t run this Repl right now.
It may be temporarily unavailable or it may have violated our Terms of Service.
If you are the owner of this Repl and believe you should be able to run it, you can try again later or contact support.
What I’ve done is to make local path for nixpkgs pinned in https://github.com/replit/nixpkgs-replit/blob/main/nix/sources.json since it keeps downloading the nixpkgs source every time I restart the REPL, which is wasting resources for Replit service and wasting time for me to wait until it gets downloaded.
It sometimes works in the beginning for a few minutes and suddenly halts with the above error message. Other times it immediately halts.
Expected vs Current Behavior:
Should work vs not working and error not explaining what I’m doing wrong.
Just, Better! :3 I like it more! Just, a little bit $ you get 500 hours/ month For free I ran out pretty quick! If you can you can pay like $3/ month for a good value
https://railway.app/ seems to not use nix. Also, it seems that it is hard to use on mobile devices. Furthermore, it seems it is hard for other users to easily fork the project.
So thank you for your advice but that solution is not what I’m looking for.
Or vercel.app, glitch.me, AWS.com, github pages/Github Actions/Github Codespaces! You are violating the TOS I have used this same thing before on “Sign in to GitHub · GitHub”
Howdy! I took a look at your Repl - seems like it runs from the cover page and forking it I could get it to work too. I think it might have been a temporary bug but just to be safe fork your Repl and use the fork :). Sorry for the inconvenience!
So what I suspect is that my custom nixpkgs folder makes all the havoc.
Without the folder, the reply seems to work fine.
But when there is the folder, Git functionality in replit doesn’t seem to cope well with the folder because it doesn’t show the folder’s title and soon after that Git tab is opened, the repl crashes with the above error.