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

Minified react error #354

Open
jrwbabylonlab opened this issue Jul 16, 2024 · 1 comment
Open

Minified react error #354

jrwbabylonlab opened this issue Jul 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working medium

Comments

@jrwbabylonlab
Copy link
Collaborator

image

@jrwbabylonlab jrwbabylonlab added bug Something isn't working medium labels Jul 16, 2024
@jeremy-babylonlabs jeremy-babylonlabs self-assigned this Jul 16, 2024
@jrwbabylonlab
Copy link
Collaborator Author

You can re-produce this locally in docker by running follow command

docker build \
  --build-arg APP_NEXT_PUBLIC_MEMPOOL_API="https://babylon.mempool.space" \
  --build-arg APP_NEXT_PUBLIC_API_URL="https://staking-api.btc-mainnet.babylonchain.io" \
  --build-arg APP_NEXT_PUBLIC_NETWORK="mainnet" \
  --build-arg APP_NEXT_PUBLIC_DISPLAY_TESTING_MESSAGES="false" \
  -t babylonchain/simple-staking .

then

docker run -d --name simple-staking -p 3000:3000 \
  -e MEMPOOL_API="https://babylon.mempool.space" \
  -e API_URL="https://staking-api.btc-mainnet.babylonchain.io" \
  -e NETWORK="mainnet" \
  -e DISPLAY_TESTING_MESSAGES="false" \
  babylonchain/simple-staking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium
Projects
None yet
Development

No branches or pull requests

2 participants