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

invalid url opens when explorer is true in config #244

Closed
hemz10 opened this issue Jan 19, 2024 · 3 comments
Closed

invalid url opens when explorer is true in config #244

hemz10 opened this issue Jan 19, 2024 · 3 comments
Labels
bug Something isn't working ready for review

Comments

@hemz10
Copy link
Contributor

hemz10 commented Jan 19, 2024

Overview

invalid url opens when explorer is true in config
P.S: Running kurtosis on cloud

Steps to Reproduce

Steps to reproduce the behavior:

  1. run dive chain polkadot -c ./sample-jsons/polkadot_config.json
  2. See url - http://127.0.0.1/?rpc=ws://127.0.0.1:32690#/explorer

config:

{
  "chain_type": "testnet",
  "relaychain": {
  },

  "parachains": [
    {
      "name":"polkadex",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": false

        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": false
        }
      ]
    }
  ],
  "explorer": true
}

Expected Behavior

valid explorer url to be opened

@hemz10 hemz10 added the bug Something isn't working label Jan 19, 2024
@Mr-Nobody21 Mr-Nobody21 transferred this issue from another repository Jan 25, 2024
@Mr-Nobody21
Copy link
Contributor

Fixed in pr #353

@abhiyana
Copy link
Contributor

@hemz10 , Hi! The explorer will no longer open automatically when running in kurtosis cloud. Please confirm the changes made and let us know for any other issues.

@hemz10
Copy link
Contributor Author

hemz10 commented Feb 5, 2024

Hi @abhiyana As per the current changes, it works as expected, and Explorer doesn't open when running in the cloud. Hopefully, this feature will be enabled once we have fixed the Explorer issue. This issue will be closed here and will be tracked in explorer issue itself.

@hemz10 hemz10 closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready for review
Projects
None yet
Development

No branches or pull requests

3 participants