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: frontend/lib/api.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ function getBasicAuthHeader() {
23
23
24
24
if(!username||!password){
25
25
thrownewError(
26
-
"NEWSLETTER_API_USERNAME and NEWSLETTER_API_PASSWORD must be set for the frontend.",
26
+
"NEWSLETTER_API_USERNAME and NEWSLETTER_API_PASSWORD must be set for the frontend. Copy frontend/.env.example to frontend/.env.local when running Next.js outside Docker.",
0 commit comments