chatch / stellarexplorer

Ledger Explorer for the Stellar Network 🚀
https://steexp.com
Apache License 2.0
455 stars 1.06k forks source link

Add retry to server requests #582

Closed jp-ryuji closed 8 months ago

jp-ryuji commented 8 months ago

smoke test passed on local

$ grep 'const baseUrl' e2e/production.spec.ts
// const baseUrl = 'https://steexp.com'
const baseUrl = 'http://publicnet.local:3000' // for test on local
$ npm run test:e2e

> stellarexplorer@2.4.0 test:e2e
> playwright test

Running 11 tests using 4 workers
  11 passed (20.3s)
jp-ryuji commented 8 months ago

seems the module stuff is basically fine as it is now right?

Yes. The current config, "commonjs", is fine.