When I try using the Replit database, I get told "Only absolute URLs are supported". Then I tried finding the REPLIT_DB_URL with 'printenv' in the shell. There was no variable with that name. Can anyone help?
Asked
Active
Viewed 106 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community May 04 '22 at 16:57
1 Answers
0
Just type echo $REPLIT_DB_URL
into the shell.
-
2A good answer will always include an explanation why this would solve the issue, so that the OP and any future readers can learn from it. – Tyler2P Oct 06 '22 at 19:40
-
Ok, I think I'll delete my answer. I don't know why that would be different from what OP already tried. – João Victor Oct 06 '22 at 20:46