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

Plugin store page 404's when NPM package is under organisation #8165

Open
1 task done
sgoudham opened this issue Nov 10, 2024 · 0 comments
Open
1 task done

Plugin store page 404's when NPM package is under organisation #8165

sgoudham opened this issue Nov 10, 2024 · 0 comments
Labels
B-bug Bug: general classification S-verified Status: Verified by maintainer

Comments

@sgoudham
Copy link

Expected Behavior

I expect that the plugin hub page for @catppuccin/insomnia-plugin-catppuccin renders correctly, without returning a 404 error.

Actual Behavior

The URL generated, when clicked from the plugin hub page, incorrectly escapes @ into -> %40 which results in a 404 not found error.

Reproduction Steps

  1. Visit the Insomnia Plugin Hub
  2. Type "Catppuccin Theme" into the search bar
  3. Click into the first result retrieved
  4. Observe that the page returns a 404 with the URL being: https://insomnia.rest/plugins/%40catppuccin%2Finsomnia-plugin-catppuccin

Is there an existing issue for this?

Additional Information

If you manually replace the %40 to @ in the URL, the page displays as expected which is shown below:

image

Insomnia Version

N/A

What operating system are you using?

Ubuntu

Operating System Version

N/A

Installation method

N/A

Last Known Working Insomnia version

N/A

@sgoudham sgoudham added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Nov 10, 2024
@ryan-willis ryan-willis added S-verified Status: Verified by maintainer and removed S-unverified Status: Unverified by maintainer labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-verified Status: Verified by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants