We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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");
Application.setBaseUrlPath("http://127.0.0.1:3000");
We wil find a solution to change the url by start command.
Have a nice day.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: