Skip to content

Commit 133a2b1

Browse files
committed
Try 127.0.0.1
1 parent 156a054 commit 133a2b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
export const BACKEND_BASE_URL = 'http://localhost:5678';
1+
// localhost refuses connections on GH Actions runners
2+
export const BACKEND_BASE_URL = 'http://127.0.0.1:5678';
3+
4+
// https://stackoverflow.com/a/72785693
5+
6+
// https://stackoverflow.com/a/75881555

0 commit comments

Comments
 (0)