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

Can someone assist me? #3046

Open
mjx717523042 opened this issue Sep 6, 2024 · 4 comments
Open

Can someone assist me? #3046

mjx717523042 opened this issue Sep 6, 2024 · 4 comments
Labels

Comments

@mjx717523042
Copy link

微信截图_20240906174035
Why does my request keep showing 502 and when I change the API IP in the default.yml file, it doesn't change, but after I build it, it becomes 0.0.0.0.
image

Copy link

github-actions bot commented Sep 6, 2024

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/

@d3vco
Copy link
Contributor

d3vco commented Sep 9, 2024

Have you tried changing the magma .env file as described here: #2984 (comment)

@mariuspaura
Copy link

mariuspaura commented Sep 23, 2024

Change all localhost to server IP's.

find . -type f -exec grep -l "http://localhost:8888" {} ; | xargs -I {} sed -i "s/http://localhost:8888/http://192.168.0.10:8888/g" {}

copy .env file to magma

cp plugins/magma/.env.template plugins/magma/.env

@elegantmoose
Copy link
Contributor

@mjx717523042 get it fixed?

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

No branches or pull requests

4 participants