-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remote connection to the caldera server http://ipcaldera:8888 does not log in #3021
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
See if the docs on server config help: https://caldera.readthedocs.io/en/latest/Server-Configuration.html#configuration-file |
@cris1198 did you pull 5.0 or master? *Try pulling down master and see these notes: https://caldera.readthedocs.io/en/latest/Server-Configuration.html#configuration-file |
Apologies for late reply. |
I ran into a section in the Caldera documents that describes this type of behavior when the app.frontend.api_base_url is left at its default setting. If you look at the developer tools, network tools, there's a failed 302 redirect as your browser tries to access the default http://localhost:8888. The docs say: |
@cris1198 Can you confirm whether or not updating |
I too have this problem, and modifing the app.frontend.api_base_url config parameter made no difference. |
@ns0r If you open up the developer console on your CALDERA login page and attempt to log in, what console error(s) are you seeing? |
@ns0r Did you modify the configuration file while CALDERA was still running? If so, any manual changes in the yaml file will be overwritten when the server stops. You can confirm this by double-checking the contents of the config file when the server isn't running. |
I was able to fix my problem by changing the VITE_CALDERA_URL from http://0.0.0.0:8888 to http://myipaddress:8888 in the /plugins/magma/.env file, and doing a --fresh --build. This fixed the login problem. However the app still isn't looking right. It can't see any agents, etc. |
@ns0r |
reopen if issue still persists. |
I set up the boiler server on a Debian machine, I want to connect to the server from another PC but when I access http://ipremotecaldera:8888 through the web it cannot log in, it stays there hanging, how can I solve it?
The text was updated successfully, but these errors were encountered: