You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: server.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import 'dotenv/config'
6
6
/* Want to hardcode your app url? Just modify this variable here */
7
7
constBACKEND_URL=process.env.BACKEND_URL;
8
8
if(!BACKEND_URL){
9
-
thrownewError('The BACKEND_URL env variable is not set. Open the `.env` file and set the value. You can find the value in your IHP Backend project settings.');
9
+
thrownewError('The BACKEND_URL env variable is not set. Open the `.env` file and set the value. You can find the value in your Thin project settings. See https://thin.dev/docs/troubleshooting#BACKEND_URL if you need help.');
0 commit comments