linode / linode/manager

Wrong link when using search for bucket name

Open Beginner friendly
#13,588 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
738
Forks
407
PR merge metrics
No merged PRs in 30d

Description

Hi,

When doing a search that matches buckets on object storage, the links are incorrect.

I get this link:
https://cloud.linode.com/object-storage/buckets/us-lax-1/
and that gives me not found error.

If I change to:
https://cloud.linode.com/object-storage/buckets/us-lax/
It works.

For a bucket in London, I get:
https://cloud.linode.com/object-storage/buckets/
This just shows the whole list of buckets.

The correct link should be:
https://cloud.linode.com/object-storage/buckets/gb-lon/

I doubt this a browser behaviour, anyway I tested in both Firefox and Chrome and got the same result.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the object-storage bucket search and inspect the frontend entry point that builds links from search results. Compare the generated region path for buckets in US and London with the working URLs in the report; done means each result opens the bucket in its correct region without a not-found error.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, search
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.