You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Esplora via docker run --name esplora-container -p 50001:50001 -p 8094:80 --volume $PWD/data_bitcoin_regtest:/data -e CORS_ALLOW=* --rm -i -t blockstream/esplora bash -c "/srv/explorer/run.sh bitcoin-regtest explorer" command but I am getting the error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8094/regtest/api/address/bcrt1pw4egam6splawuqt6djwex5x7kxenwezwcu60plt28fenmqe8zn3q9t0evs/utxo. (Reason: CORS preflight response did not succeed). Status code: 404.
Why is this happening since I am passing the CORS_ALLOW=* env var ?
The text was updated successfully, but these errors were encountered:
I am running Esplora via
docker run --name esplora-container -p 50001:50001 -p 8094:80 --volume $PWD/data_bitcoin_regtest:/data -e CORS_ALLOW=* --rm -i -t blockstream/esplora bash -c "/srv/explorer/run.sh bitcoin-regtest explorer"
command but I am getting the error:Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8094/regtest/api/address/bcrt1pw4egam6splawuqt6djwex5x7kxenwezwcu60plt28fenmqe8zn3q9t0evs/utxo. (Reason: CORS preflight response did not succeed). Status code: 404.
Why is this happening since I am passing the
CORS_ALLOW=*
env var ?The text was updated successfully, but these errors were encountered: