Sakuten/frontend

Error: "Failed to load resource: net::ERR_CONNECTION_REFUSED" has occured at ':8888/auth/:1`.

Closed this issue · 7 comments

Cj-bc commented

docker-compose upの後、user:admin passwd:adminでログインしようとしたところエラー
又、その後リロードすると

OPTIONS http://localhost:8888/auth/ 0 () xhr.js:178

とのエラーが発生

Cj-bc commented

その後、最初のエラーは吐かれませんでした。その代わり、毎度二つ目のエラーが発生します。
詳細:

xhr.js:178 OPTIONS http://localhost:8888/auth/ 0 ()
dispatchXhrRequest @ xhr.js:178
xhrAdapter @ xhr.js:12
dispatchRequest @ dispatchRequest.js:59
Promise.then (async)
request @ Axios.js:51
wrap @ bind.js:9
fetchApi @ api.js:21
(anonymous) @ index.js:56
actions.(anonymous function).function.actions.(anonymous function) @ index.js:120
onclick @ index.js:167
eventListener @ index.js:151

とりあえずぽいぽい

Cj-bc commented

二つ目のエラー時、Web画面の方では{}のみのエラーが吐かれている

あっすいませんなんか

なんでか知らないけどうちでも再現してる気がします
--disable-web-securityフラグ付きのchromeで正常動作を確認

CORSじゃないかなぁ...(自信がない)(多分違う)

Cj-bc commented

解決しました。
Backend側の問題でした。
SQL関連の変更の影響だったようです。

解決しましたか?@Cj-bc