Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to login #1

Open
prateekjaiswal opened this issue Jan 10, 2017 · 1 comment
Open

Not able to login #1

prateekjaiswal opened this issue Jan 10, 2017 · 1 comment

Comments

@prateekjaiswal
Copy link

Hi,

i am facing problem in login to application. After some debugging, I found that the server url application trying to hit does not exist.

Error:
OPTIONS http://127.0.0.1:8081/robe/menus/user net::ERR_CONNECTION_REFUSED

on application start it shows :
application running on 0.0.0.0:3000
localhost:8080

Please let me know if need to change any configuration url to run the application.

@kbukum
Copy link
Member

kbukum commented Jan 10, 2017

Hello prateekjaiswal ,

You can change the url ( line 15 ) which defined in src/index.js.

Code :

Application.setBaseUrlPath("http://127.0.0.1:8081/robe");

Change it like:
Application.setBaseUrlPath("http://127.0.0.1:3000");

We wil find a solution to change the url by start command.

Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants