質問編集履歴
8
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
H
|
17
|
+
Heroku画面上
|
18
18
|
|
19
19
|
```
|
20
20
|
|
7
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,9 @@
|
|
26
26
|
|
27
27
|
```
|
28
28
|
|
29
|
+
|
30
|
+
|
29
|
-
|
31
|
+
heroku logs
|
30
32
|
|
31
33
|
```
|
32
34
|
|
@@ -38,7 +40,7 @@
|
|
38
40
|
|
39
41
|
|
40
42
|
|
41
|
-
エラー(ReferenceError: window is not defined)が発生し、解消方法がわからない状態です。
|
43
|
+
デプロイ直後に下記エラー(ReferenceError: window is not defined)が発生し、解消方法がわからない状態です。
|
42
44
|
|
43
45
|
[サポート](https://support.skyway.io/hc/ja/community/posts/360046667354-node-js%E7%92%B0%E5%A2%83%E3%81%A7%E3%81%AEJS-SDK%E3%81%AE%E4%BD%BF%E7%94%A8)にnode.js環境下では実行できないとありましたが、Heroku環境下で実行する方法はないのでしょうか。
|
44
46
|
|
6
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,8 +3,6 @@
|
|
3
3
|
SkyWay ConferenceをHerokuにデプロイし、技術検証をしたかったのですが、デプロイ完了後にApplication errorになってしまいます。
|
4
4
|
|
5
5
|
このエラーを解消したいのですが、ログを見ても原因がわからないため、ご教授願いたいです。
|
6
|
-
|
7
|
-
**※【追記】のエラーの解消方法が知りたいです。**
|
8
6
|
|
9
7
|
|
10
8
|
|
@@ -38,43 +36,53 @@
|
|
38
36
|
|
39
37
|
```
|
40
38
|
|
41
|
-
※下記エラー(Error: Cannot find module '/app/index.js')解消済みのため、取り消し
|
42
|
-
|
43
|
-
~~もう一度同じ手順でやり直してデプロイのログを確認したところ、Errorが発生していました。~~
|
44
|
-
|
45
|
-
~~2020-08-12T02:52:11.405226+00:00 heroku[web.1]: State changed from crashed to starting~~
|
46
|
-
|
47
|
-
~~2020-08-12T02:52:13.765724+00:00 heroku[web.1]: Starting process with command `node index.js`~~
|
48
|
-
|
49
|
-
~~2020-08-12T02:52:16.124718+00:00 heroku[web.1]: Process exited with status 1~~
|
50
|
-
|
51
|
-
~~2020-08-12T02:52:16.171260+00:00 heroku[web.1]: State changed from starting to crashed~~
|
52
|
-
|
53
|
-
~~2020-08-12T02:52:16.056568+00:00 app[web.1]: internal/modules/cjs/loader.js:968~~
|
54
|
-
|
55
|
-
~~2020-08-12T02:52:16.056625+00:00 app[web.1]: throw err;~~
|
56
|
-
|
57
|
-
~~2020-08-12T02:52:16.056626+00:00 app[web.1]: ^~~
|
58
|
-
|
59
|
-
~~2020-08-12T02:52:16.056626+00:00 app[web.1]: ~~
|
60
|
-
|
61
|
-
~~2020-08-12T02:52:16.056628+00:00 app[web.1]: Error: Cannot find module '/app/index.js'~~
|
62
|
-
|
63
|
-
~~2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)~~
|
64
|
-
|
65
|
-
~~2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:841:27)
|
66
|
-
|
67
|
-
2020-08-12T02:52:16.056636+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
68
|
-
|
69
|
-
2020-08-12T02:52:16.056637+00:00 app[web.1]: at internal/main/run_main_module.js:17:47 {
|
70
|
-
|
71
|
-
2020-08-12T02:52:16.056638+00:00 app[web.1]: code: 'MODULE_NOT_FOUND',
|
72
|
-
|
73
|
-
2020-08-12T02:52:16.056639+00:00 app[web.1]: requireStack: []
|
74
|
-
|
75
|
-
2020-08-12T02:52:16.056639+00:00 app[web.1]: }~~
|
76
39
|
|
77
40
|
|
41
|
+
エラー(ReferenceError: window is not defined)が発生し、解消方法がわからない状態です。
|
42
|
+
|
43
|
+
[サポート](https://support.skyway.io/hc/ja/community/posts/360046667354-node-js%E7%92%B0%E5%A2%83%E3%81%A7%E3%81%AEJS-SDK%E3%81%AE%E4%BD%BF%E7%94%A8)にnode.js環境下では実行できないとありましたが、Heroku環境下で実行する方法はないのでしょうか。
|
44
|
+
|
45
|
+
webサービス初心者なので質問が安直で恐縮ですが、ご教授願いたいです。
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
```
|
50
|
+
|
51
|
+
2020-08-12T15:17:21.893432+00:00 heroku[web.1]: Starting process with command `node index.bundle.js`
|
52
|
+
|
53
|
+
2020-08-12T15:17:24.535440+00:00 heroku[web.1]: Process exited with status 1
|
54
|
+
|
55
|
+
2020-08-12T15:17:24.587888+00:00 heroku[web.1]: State changed from starting to crashed
|
56
|
+
|
57
|
+
2020-08-12T15:17:24.590391+00:00 heroku[web.1]: State changed from crashed to starting
|
58
|
+
|
59
|
+
2020-08-12T15:17:24.474946+00:00 app[web.1]: /app/index.bundle.js:1
|
60
|
+
|
61
|
+
2020-08-12T15:17:24.474995+00:00 app[web.1]: !function(e){function t(t){for(var n,o,c=t[0],s=t[1],l=t[2],f=0,d=[];f<c.length;f++)o=c[f],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);for(u&&u(t);d.length;)d.shift()();return i.push.apply(i,l||[]),r()}function r(){for(var e,t=0;t<i.length;t++){for(var r=i[t],n=!0,c=1;c<r.length;c++){var s=r[c];0!==a[s]&&(n=!1)}n&&(i.splice(t--,1),e=o(o.s=r[0]))}return e}var n={},a={2:0},i=[];function o(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var c=window.webpackJsonp=window.webpackJsonp||[],s=c.push.bind(c);c.push=t,c=c.slice();for(var l=0;l<c.length;l++)t(c[l]);var u=s;i.push([34,0]),r()}([,,,function(e,t,r){"use strict";r.d(t,"b",(function(){return a})),r.d(t,"c",(function(){return i})),r.d(t,"a",(function(){return o})),r.d(t,"d",(function(){return c}));var n=r(0);const a=16,i={blue:"#005ece",lightblue:"#039be5",red:"#ff6673",gray:"#eee",white:"#fff",black:"#111"},o={moveBackground:n.d`
|
62
|
+
|
63
|
+
2020-08-12T15:17:24.475000+00:00 app[web.1]:
|
64
|
+
|
65
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]:
|
66
|
+
|
67
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]: ReferenceError: window is not defined
|
68
|
+
|
69
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]: at /app/index.bundle.js:1:1359
|
70
|
+
|
71
|
+
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Object.<anonymous> (/app/index.bundle.js:1:1503)
|
72
|
+
|
73
|
+
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1137:30)
|
74
|
+
|
75
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
|
76
|
+
|
77
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:985:32)
|
78
|
+
|
79
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:878:14)
|
80
|
+
|
81
|
+
2020-08-12T15:17:24.475012+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
82
|
+
|
83
|
+
2020-08-12T15:17:24.475012+00:00 app[web.1]: at internal/main/run_main_module.js:17:47
|
84
|
+
|
85
|
+
```
|
78
86
|
|
79
87
|
|
80
88
|
|
@@ -137,59 +145,3 @@
|
|
137
145
|
|
138
146
|
|
139
147
|
Pushエラー回避のため、package.jsonとProcfileは新たに作成しました。
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
※下記エラー(Error: Cannot find module '/app/index.js')解消済みのため、取り消し
|
144
|
-
|
145
|
-
~~新たにappフォルダを作成し、全ファイルをその配下に配置しても同じエラー(Error: Cannot find module '/app/index.js')が発生していました。~~
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
### 【追記】上記エラー(Error: Cannot find module '/app/index.js')は解消したが、新たなエラー(ReferenceError: window is not defined)が発生
|
150
|
-
|
151
|
-
Procfileの記載内容を**index.js**から**index.budle.js**に変更したら上記エラー(Error: Cannot find module '/app/index.js')は解消しました。そして新たに、ReferenceError: window is not definedが発生し、解消方法がわからない状態です。
|
152
|
-
|
153
|
-
[サポート](https://support.skyway.io/hc/ja/community/posts/360046667354-node-js%E7%92%B0%E5%A2%83%E3%81%A7%E3%81%AEJS-SDK%E3%81%AE%E4%BD%BF%E7%94%A8)にnode.js環境下では実行できないとありましたが、Heroku環境下で実行する方法はないのでしょうか。
|
154
|
-
|
155
|
-
webサービス初心者なので質問が安直で恐縮ですが、ご教授願いたいです。
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
```
|
160
|
-
|
161
|
-
2020-08-12T15:17:21.893432+00:00 heroku[web.1]: Starting process with command `node index.bundle.js`
|
162
|
-
|
163
|
-
2020-08-12T15:17:24.535440+00:00 heroku[web.1]: Process exited with status 1
|
164
|
-
|
165
|
-
2020-08-12T15:17:24.587888+00:00 heroku[web.1]: State changed from starting to crashed
|
166
|
-
|
167
|
-
2020-08-12T15:17:24.590391+00:00 heroku[web.1]: State changed from crashed to starting
|
168
|
-
|
169
|
-
2020-08-12T15:17:24.474946+00:00 app[web.1]: /app/index.bundle.js:1
|
170
|
-
|
171
|
-
2020-08-12T15:17:24.474995+00:00 app[web.1]: !function(e){function t(t){for(var n,o,c=t[0],s=t[1],l=t[2],f=0,d=[];f<c.length;f++)o=c[f],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);for(u&&u(t);d.length;)d.shift()();return i.push.apply(i,l||[]),r()}function r(){for(var e,t=0;t<i.length;t++){for(var r=i[t],n=!0,c=1;c<r.length;c++){var s=r[c];0!==a[s]&&(n=!1)}n&&(i.splice(t--,1),e=o(o.s=r[0]))}return e}var n={},a={2:0},i=[];function o(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var c=window.webpackJsonp=window.webpackJsonp||[],s=c.push.bind(c);c.push=t,c=c.slice();for(var l=0;l<c.length;l++)t(c[l]);var u=s;i.push([34,0]),r()}([,,,function(e,t,r){"use strict";r.d(t,"b",(function(){return a})),r.d(t,"c",(function(){return i})),r.d(t,"a",(function(){return o})),r.d(t,"d",(function(){return c}));var n=r(0);const a=16,i={blue:"#005ece",lightblue:"#039be5",red:"#ff6673",gray:"#eee",white:"#fff",black:"#111"},o={moveBackground:n.d`
|
172
|
-
|
173
|
-
2020-08-12T15:17:24.475000+00:00 app[web.1]:
|
174
|
-
|
175
|
-
2020-08-12T15:17:24.475001+00:00 app[web.1]:
|
176
|
-
|
177
|
-
2020-08-12T15:17:24.475001+00:00 app[web.1]: ReferenceError: window is not defined
|
178
|
-
|
179
|
-
2020-08-12T15:17:24.475001+00:00 app[web.1]: at /app/index.bundle.js:1:1359
|
180
|
-
|
181
|
-
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Object.<anonymous> (/app/index.bundle.js:1:1503)
|
182
|
-
|
183
|
-
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1137:30)
|
184
|
-
|
185
|
-
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
|
186
|
-
|
187
|
-
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:985:32)
|
188
|
-
|
189
|
-
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:878:14)
|
190
|
-
|
191
|
-
2020-08-12T15:17:24.475012+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
192
|
-
|
193
|
-
2020-08-12T15:17:24.475012+00:00 app[web.1]: at internal/main/run_main_module.js:17:47
|
194
|
-
|
195
|
-
```
|
5
説明の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
このエラーを解消したいのですが、ログを見ても原因がわからないため、ご教授願いたいです。
|
6
6
|
|
7
|
-
**【追記】のエラーの解消方法が知りたいです。**
|
7
|
+
**※【追記】のエラーの解消方法が知りたいです。**
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -37,6 +37,8 @@
|
|
37
37
|
2020-08-12T01:35:38.754952+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=XXX request_id=599e073f-0c6b-4b4e-b38d-8a60618563f7 fwd="106.72.36.193" dyno= connect= service= status=503 bytes= protocol=https
|
38
38
|
|
39
39
|
```
|
40
|
+
|
41
|
+
※下記エラー(Error: Cannot find module '/app/index.js')解消済みのため、取り消し
|
40
42
|
|
41
43
|
~~もう一度同じ手順でやり直してデプロイのログを確認したところ、Errorが発生していました。~~
|
42
44
|
|
@@ -136,11 +138,15 @@
|
|
136
138
|
|
137
139
|
Pushエラー回避のため、package.jsonとProcfileは新たに作成しました。
|
138
140
|
|
141
|
+
|
142
|
+
|
143
|
+
※下記エラー(Error: Cannot find module '/app/index.js')解消済みのため、取り消し
|
144
|
+
|
139
145
|
~~新たにappフォルダを作成し、全ファイルをその配下に配置しても同じエラー(Error: Cannot find module '/app/index.js')が発生していました。~~
|
140
146
|
|
141
147
|
|
142
148
|
|
143
|
-
### 【追記】上記エラーは解消したが、新たなエラーが発生
|
149
|
+
### 【追記】上記エラー(Error: Cannot find module '/app/index.js')は解消したが、新たなエラー(ReferenceError: window is not defined)が発生
|
144
150
|
|
145
151
|
Procfileの記載内容を**index.js**から**index.budle.js**に変更したら上記エラー(Error: Cannot find module '/app/index.js')は解消しました。そして新たに、ReferenceError: window is not definedが発生し、解消方法がわからない状態です。
|
146
152
|
|
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
SkyWay ConferenceをHerokuにデプロイし、技術検証をしたかったのですが、デプロイ完了後にApplication errorになってしまいます。
|
4
4
|
|
5
5
|
このエラーを解消したいのですが、ログを見ても原因がわからないため、ご教授願いたいです。
|
6
|
+
|
7
|
+
**【追記】のエラーの解消方法が知りたいです。**
|
6
8
|
|
7
9
|
|
8
10
|
|
@@ -36,31 +38,29 @@
|
|
36
38
|
|
37
39
|
```
|
38
40
|
|
39
|
-
もう一度同じ手順でやり直してデプロイのログを確認したところ、Errorが発生していました。
|
41
|
+
~~もう一度同じ手順でやり直してデプロイのログを確認したところ、Errorが発生していました。~~
|
40
42
|
|
41
|
-
|
43
|
+
~~2020-08-12T02:52:11.405226+00:00 heroku[web.1]: State changed from crashed to starting~~
|
42
44
|
|
43
|
-
2020-08-12T02:52:1
|
45
|
+
~~2020-08-12T02:52:13.765724+00:00 heroku[web.1]: Starting process with command `node index.js`~~
|
44
46
|
|
45
|
-
2020-08-12T02:52:1
|
47
|
+
~~2020-08-12T02:52:16.124718+00:00 heroku[web.1]: Process exited with status 1~~
|
46
48
|
|
47
|
-
2020-08-12T02:52:16.1
|
49
|
+
~~2020-08-12T02:52:16.171260+00:00 heroku[web.1]: State changed from starting to crashed~~
|
48
50
|
|
49
|
-
2020-08-12T02:52:16.
|
51
|
+
~~2020-08-12T02:52:16.056568+00:00 app[web.1]: internal/modules/cjs/loader.js:968~~
|
50
52
|
|
51
|
-
2020-08-12T02:52:16.0565
|
53
|
+
~~2020-08-12T02:52:16.056625+00:00 app[web.1]: throw err;~~
|
52
54
|
|
53
|
-
2020-08-12T02:52:16.05662
|
55
|
+
~~2020-08-12T02:52:16.056626+00:00 app[web.1]: ^~~
|
54
56
|
|
55
|
-
2020-08-12T02:52:16.056626+00:00 app[web.1]:
|
57
|
+
~~2020-08-12T02:52:16.056626+00:00 app[web.1]: ~~
|
56
58
|
|
57
|
-
2020-08-12T02:52:16.05662
|
59
|
+
~~2020-08-12T02:52:16.056628+00:00 app[web.1]: Error: Cannot find module '/app/index.js'~~
|
58
60
|
|
59
|
-
2020-08-12T02:52:16.0566
|
61
|
+
~~2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)~~
|
60
62
|
|
61
|
-
2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
|
62
|
-
|
63
|
-
2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:841:27)
|
63
|
+
~~2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:841:27)
|
64
64
|
|
65
65
|
2020-08-12T02:52:16.056636+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
66
66
|
|
@@ -70,9 +70,9 @@
|
|
70
70
|
|
71
71
|
2020-08-12T02:52:16.056639+00:00 app[web.1]: requireStack: []
|
72
72
|
|
73
|
-
2020-08-12T02:52:16.056639+00:00 app[web.1]: }
|
73
|
+
2020-08-12T02:52:16.056639+00:00 app[web.1]: }~~
|
74
74
|
|
75
|
-
|
75
|
+
|
76
76
|
|
77
77
|
|
78
78
|
|
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
```
|
124
124
|
|
125
|
-
web: node index.js
|
125
|
+
web: node index.bundle.js
|
126
126
|
|
127
127
|
```
|
128
128
|
|
@@ -136,4 +136,54 @@
|
|
136
136
|
|
137
137
|
Pushエラー回避のため、package.jsonとProcfileは新たに作成しました。
|
138
138
|
|
139
|
-
新たにappフォルダを作成し、全ファイルをその配下に配置しても同じエラー(Error: Cannot find module '/app/index.js')が発生していました。
|
139
|
+
~~新たにappフォルダを作成し、全ファイルをその配下に配置しても同じエラー(Error: Cannot find module '/app/index.js')が発生していました。~~
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
### 【追記】上記エラーは解消したが、新たなエラーが発生
|
144
|
+
|
145
|
+
Procfileの記載内容を**index.js**から**index.budle.js**に変更したら上記エラー(Error: Cannot find module '/app/index.js')は解消しました。そして新たに、ReferenceError: window is not definedが発生し、解消方法がわからない状態です。
|
146
|
+
|
147
|
+
[サポート](https://support.skyway.io/hc/ja/community/posts/360046667354-node-js%E7%92%B0%E5%A2%83%E3%81%A7%E3%81%AEJS-SDK%E3%81%AE%E4%BD%BF%E7%94%A8)にnode.js環境下では実行できないとありましたが、Heroku環境下で実行する方法はないのでしょうか。
|
148
|
+
|
149
|
+
webサービス初心者なので質問が安直で恐縮ですが、ご教授願いたいです。
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
```
|
154
|
+
|
155
|
+
2020-08-12T15:17:21.893432+00:00 heroku[web.1]: Starting process with command `node index.bundle.js`
|
156
|
+
|
157
|
+
2020-08-12T15:17:24.535440+00:00 heroku[web.1]: Process exited with status 1
|
158
|
+
|
159
|
+
2020-08-12T15:17:24.587888+00:00 heroku[web.1]: State changed from starting to crashed
|
160
|
+
|
161
|
+
2020-08-12T15:17:24.590391+00:00 heroku[web.1]: State changed from crashed to starting
|
162
|
+
|
163
|
+
2020-08-12T15:17:24.474946+00:00 app[web.1]: /app/index.bundle.js:1
|
164
|
+
|
165
|
+
2020-08-12T15:17:24.474995+00:00 app[web.1]: !function(e){function t(t){for(var n,o,c=t[0],s=t[1],l=t[2],f=0,d=[];f<c.length;f++)o=c[f],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);for(u&&u(t);d.length;)d.shift()();return i.push.apply(i,l||[]),r()}function r(){for(var e,t=0;t<i.length;t++){for(var r=i[t],n=!0,c=1;c<r.length;c++){var s=r[c];0!==a[s]&&(n=!1)}n&&(i.splice(t--,1),e=o(o.s=r[0]))}return e}var n={},a={2:0},i=[];function o(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var c=window.webpackJsonp=window.webpackJsonp||[],s=c.push.bind(c);c.push=t,c=c.slice();for(var l=0;l<c.length;l++)t(c[l]);var u=s;i.push([34,0]),r()}([,,,function(e,t,r){"use strict";r.d(t,"b",(function(){return a})),r.d(t,"c",(function(){return i})),r.d(t,"a",(function(){return o})),r.d(t,"d",(function(){return c}));var n=r(0);const a=16,i={blue:"#005ece",lightblue:"#039be5",red:"#ff6673",gray:"#eee",white:"#fff",black:"#111"},o={moveBackground:n.d`
|
166
|
+
|
167
|
+
2020-08-12T15:17:24.475000+00:00 app[web.1]:
|
168
|
+
|
169
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]:
|
170
|
+
|
171
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]: ReferenceError: window is not defined
|
172
|
+
|
173
|
+
2020-08-12T15:17:24.475001+00:00 app[web.1]: at /app/index.bundle.js:1:1359
|
174
|
+
|
175
|
+
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Object.<anonymous> (/app/index.bundle.js:1:1503)
|
176
|
+
|
177
|
+
2020-08-12T15:17:24.475002+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1137:30)
|
178
|
+
|
179
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
|
180
|
+
|
181
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:985:32)
|
182
|
+
|
183
|
+
2020-08-12T15:17:24.475007+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:878:14)
|
184
|
+
|
185
|
+
2020-08-12T15:17:24.475012+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
186
|
+
|
187
|
+
2020-08-12T15:17:24.475012+00:00 app[web.1]: at internal/main/run_main_module.js:17:47
|
188
|
+
|
189
|
+
```
|
3
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,9 +36,7 @@
|
|
36
36
|
|
37
37
|
```
|
38
38
|
|
39
|
-
### 再デプロイ時のエラーログ
|
40
|
-
|
41
|
-
|
39
|
+
もう一度同じ手順でやり直してデプロイのログを確認したところ、Errorが発生していました。
|
42
40
|
|
43
41
|
```
|
44
42
|
|
2
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,4 +138,4 @@
|
|
138
138
|
|
139
139
|
Pushエラー回避のため、package.jsonとProcfileは新たに作成しました。
|
140
140
|
|
141
|
-
|
141
|
+
新たにappフォルダを作成し、全ファイルをその配下に配置しても同じエラー(Error: Cannot find module '/app/index.js')が発生していました。
|
1
再デプロイ時のエラーログの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,45 @@
|
|
36
36
|
|
37
37
|
```
|
38
38
|
|
39
|
+
### 再デプロイ時のエラーログ
|
39
40
|
|
41
|
+
再デプロイ時にErrorが発生していました。
|
42
|
+
|
43
|
+
```
|
44
|
+
|
45
|
+
2020-08-12T02:52:11.405226+00:00 heroku[web.1]: State changed from crashed to starting
|
46
|
+
|
47
|
+
2020-08-12T02:52:13.765724+00:00 heroku[web.1]: Starting process with command `node index.js`
|
48
|
+
|
49
|
+
2020-08-12T02:52:16.124718+00:00 heroku[web.1]: Process exited with status 1
|
50
|
+
|
51
|
+
2020-08-12T02:52:16.171260+00:00 heroku[web.1]: State changed from starting to crashed
|
52
|
+
|
53
|
+
2020-08-12T02:52:16.056568+00:00 app[web.1]: internal/modules/cjs/loader.js:968
|
54
|
+
|
55
|
+
2020-08-12T02:52:16.056625+00:00 app[web.1]: throw err;
|
56
|
+
|
57
|
+
2020-08-12T02:52:16.056626+00:00 app[web.1]: ^
|
58
|
+
|
59
|
+
2020-08-12T02:52:16.056626+00:00 app[web.1]:
|
60
|
+
|
61
|
+
2020-08-12T02:52:16.056628+00:00 app[web.1]: Error: Cannot find module '/app/index.js'
|
62
|
+
|
63
|
+
2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
|
64
|
+
|
65
|
+
2020-08-12T02:52:16.056634+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:841:27)
|
66
|
+
|
67
|
+
2020-08-12T02:52:16.056636+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
|
68
|
+
|
69
|
+
2020-08-12T02:52:16.056637+00:00 app[web.1]: at internal/main/run_main_module.js:17:47 {
|
70
|
+
|
71
|
+
2020-08-12T02:52:16.056638+00:00 app[web.1]: code: 'MODULE_NOT_FOUND',
|
72
|
+
|
73
|
+
2020-08-12T02:52:16.056639+00:00 app[web.1]: requireStack: []
|
74
|
+
|
75
|
+
2020-08-12T02:52:16.056639+00:00 app[web.1]: }
|
76
|
+
|
77
|
+
```
|
40
78
|
|
41
79
|
|
42
80
|
|