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

Cannot assign a key : bad URI formatting #262

Open
kevin-valerio opened this issue Jul 25, 2023 · 1 comment
Open

Cannot assign a key : bad URI formatting #262

kevin-valerio opened this issue Jul 25, 2023 · 1 comment

Comments

@kevin-valerio
Copy link

Small bug due to a missing / between the URL and the path Unchecked runtime.lastError: Invalid url: "http://localhost:3000overview".. So far, I have been facing that problem only using a local node.

image

image

This should be fixable by handling the / in here, by replacing chrome.tabs.create({ url: '${getNetworkDashboardLink()}overview' }) to chrome.tabs.create({ url: '${getNetworkDashboardLink()}/overview' })

Thanks! :)

@F-OBrien
Copy link
Collaborator

Thanks for reporting.

I think the issue is that the localhost URL is missing a trailing / when all other ones contain it.

dashboard: 'http://localhost:3000',

We'll get this resolved in the next release.

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

No branches or pull requests

2 participants