influxdata / influxdata/ui

load data - client libraries route bug for python, nodejs, go

Open
#6,647 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind/bug team/ui
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

## About the bug
inside the page: http://localhost:8086/orgs/061ffde14825464d/load-data/sources
there is all clients. but you have route bug for python, go, nodejs
for others the route is: http://localhost:8086/orgs/061ffde14825464d/load-data/client-libraries/csharp
but for python, go, nodejs is: http://localhost:8086/orgs/061ffde14825464d/new-user-setup/python
that cause an 404 page
but if we replace the csharp to python it will be ok like
http://localhost:8086/orgs/061ffde14825464d/load-data/client-libraries/python
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.

1, ...
2. ...
3. ...

**Expected behavior:**

when we click on python , go, nodejs we want to redirect to example page for each lang
**Actual behavior:**

we redirected to page not found.
**Visual Proof:**

## About your environment

**Environment info:**
server [9dcf880](https://github.com/influxdata/influxdb/tree/9dcf880)
front [5ba8e15](https://github.com/influxdata/ui/tree/5ba8e15)

**Config:**

**Logs:**

**Performance:**
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.

```sh
# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
```

Contributor guide

No contributing guide indexed for this repository

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

Run the load-data sources page and reproduce the Python, Go, and Node.js links that lead to /new-user-setup instead of /load-data/client-libraries. Inspect the frontend routing and link definitions for those clients, comparing them with the working C# route. Done means each client link opens its corresponding example page without a 404.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, nodejs, python, typescript
Domain
frontend, web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.