Skip to content
Open navbar menu
Sign UpLog In
Profile icon

nbbcsf

@nbbcsf
  • chat

    Cover page
    Made with Node.js
    Recent comments (0)
nbbcsf
nbbcsf
shared a Post
2 years ago
What's the limit for one repl?
I know that I have 500MB for my entire account. I also know that there's a limit for a single repl too. Do you know what the limit is? I've searched t
Coder100
Coder100
no you got that wrong there is no limit for total repls there is a limit for each repl and that is 500mb2 years ago
nbbcsf
nbbcsf
shared a Post
2 years ago
As the title states, what will happen if my repl exceeds the max size for a free plan?
Bookie0
Bookie0
You're unlikely to run out of storage for repls, and if you do, the storage limit is rarely enforced. However, if you run out of storage for a single repl, iirc you'll get some sort of warning and everything'll be slow.2 years ago
InvisibleOne
InvisibleOne
I've found that they just get really, really, really reeeeaaalllly slow.2 years ago
nbbcsf
nbbcsf
shared a Post
2 years ago
I was looking at my environment variables, and suddenly about 10 - 15 of them went missing!!! What can I do?
chat
Node.js
LukeWright
LukeWright
you could try remaking them. This may have been a bug that has now been fixed.2 years ago
nbbcsf
nbbcsf
shared a Post
2 years ago
I opened this repl, and for the last few hours: image What DO I DO I CAN'T SEE OR EDIT MY REPL!!!!
chat
Node.js
dylanlovestocode
dylanlovestocode
Usually, that means there is a server error with your network.2 years ago
nbbcsf
nbbcsf
shared a Post
2 years ago
I was working on a node.js project (the one below), and suddenly, in Chrome dev tools, I got error message about CSP, although I didn't specify anythi
chat
Node.js
Coder100
Coder100
There are two reasons 1. Errors When there is an error, to be memory safe a program kills itself. So it won't accept new connections like through links. Check your terminal that there are no errors. 2, Replit killed your repl Sometimes after an hour of no activity replit will kill your repl. You just have to wait a bit for to load.2 years ago
nbbcsf
nbbcsf
shared a Post
3 years ago
So I'm creating this app in node.js, and I want to encrypt all the client-server information, so if some hacker gets through, he gets nothing. I know
programmeruser
programmeruser
I tried to "hack" my application and it was NOT encrypted What do you mean?3 years ago
Wumi4
Wumi4
It's because repl.it only uses HTTP, not HTTPS, so you can't encrypt your website. The best way is to run it locally on your computer.3 years ago