How to make cloud var
Spread joy. How much joy can we get?
How do i make the variable with db thing work
cloud_variable
help
Voters
EpicGamer007 (1644)
woah, you cannot use replit database from client side, you have to do itr from the server side.
Ask coding questions
Spread joy. How much joy can we get?
How do i make the variable with db thing work
cloud_variable
help
woah, you cannot use replit database from client side, you have to do itr from the server side.
replit db is for the server side. an HTML repl is all client-side so it's not possible. you need to use a nodejs repl and make a web server to do it.