Wrong link when using search for bucket name
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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