質問編集履歴

2

編集

2020/08/26 00:34

投稿

yuyuyuooo
yuyuyuooo

スコア23

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,31 @@
67
67
  **開発環境**
68
68
 
69
69
  react next.js typescript
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ // 追記
78
+
79
+ ```ここに言語を入力
80
+
81
+ require('dotenv').config();
82
+
83
+
84
+
85
+ module.exports = {
86
+
87
+ env: {
88
+
89
+ BASE_URL: 'https://api-app.com',
90
+
91
+ },
92
+
93
+ };
94
+
95
+
96
+
97
+ ```

1

編集

2020/08/26 00:34

投稿

yuyuyuooo
yuyuyuooo

スコア23

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  const path = `${process.env.BASE_URL}/user`;のURLにアクセスしたいのですがonClickの処理が実行された時にエラーになってしまいました。
6
6
 
7
- エラー内容は **xhr.js?b50d:184 POST http://localhost:3000/undefined/user 404 (Not Found)*
7
+ エラー内容は **xhr.js?b50d:181 POST http://localhost:3000/undefined/user 404 (Not Found)*
8
8
 
9
9
  と表示されており.envのURLがundifindとなっていました。
10
10