akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

Vue Login Causing Proxy Error #88

Open extremelogic-ph opened 3 years ago

extremelogic-ph commented 3 years ago

First of all the VUE_INSTRUCTION.md mentioned that the support is this page. I hope this is correct.

The issue that I am encountering is the login once I finished starting up the Java backend and the Vue frontend. Both following the instructions.

With that, I tried logging in using both

But I encoutered an error. See screenshots

image

image

Also added the java screenshot as reference. The login did not reach the backend, I assume its a proxy issue.

image

I verified the node version is v10.19.0

extremelogic-ph commented 3 years ago

No support activity

mishkolesnikov commented 3 years ago

Hello, @extremelogic-ph sorry for a delay with the answer. Unfortunately, I could not reproduce the issue. Could you please share what OS do you use? And please make sure the backend is running when you try to log in.

extremelogic-ph commented 3 years ago

Hi @mishkolesnikov Below is my observation

Not working in WSL 2.0 Ubuntu under Windows 10.

Working in Windows cmd.

So as a workaround currently exploring using cmd, but in WSL I'm having a proxy error. In Angular, same WSL setup I'm not encountering this issue.