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

404 after opening transaction on Etherscan.io #3429

Closed
lukaszfryc opened this issue Feb 23, 2018 · 0 comments · Fixed by #3447
Closed

404 after opening transaction on Etherscan.io #3429

lukaszfryc opened this issue Feb 23, 2018 · 0 comments · Fixed by #3447

Comments

@lukaszfryc
Copy link
Contributor

Description

Type: Bug

Summary: Opening a transaction on Etherscan.io webpage leads to 404. This is caused by redirecting to incorrect URL: https://api-ropsten.etherscan.io instead of https://ropsten.etherscan.io. The issue was introduced in #3343.

Expected behavior

  • https://ropsten.etherscan.io/ is used to redirect to transaction details page on Etherscan.io
  • https://api-ropsten.etherscan.io/ is used for API calls

Actual behavior

  • API calls work fine since we use https://api-ropsten.etherscan.io/ for them
  • After opening transaction on Etherscan.io user is redirected to https://api-ropsten.etherscan.io/ which results in 404

Here are details of Etherscan URLs updates: #3294

Reproduction

  • Open Status
  • Go to Wallet, Transaction History
  • Open a transaction
  • Open menu and click "Open on Etherscan.io" button

Additional Information

  • Status version: nightly, Feb 23
  • Issue in next planned release: 0.9.15
  • Does not occur in latest alpha: 0.9.14
  • Operating System: Android, iOS
@lukaszfryc lukaszfryc added the bug label Feb 23, 2018
jeluard added a commit that referenced this issue Feb 26, 2018
jeluard added a commit that referenced this issue Feb 27, 2018
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
jeluard added a commit that referenced this issue Feb 27, 2018
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
@jeluard jeluard added this to RELEASE 0.9.15 in Pipeline for QA Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants