Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

62
Vistas
Not going to page

Hey guys so I've written some code in react which makes it so that when I click on a bar in the graph it takes me to a different page displaying information in a table for that particular skill. It works for all of the skills apart from UX/UI Designer and I think that it's because there is a / in the url and that page doesn't exist. So how can I escape the / when I'm going to that page?.

Here is the code for the route:

<Route
          path='/list-demand/:skillname'
          element={
            <ProtectedRoute>
              <DemandInformation />
            </ProtectedRoute>
          }
        />

Here is the code for the api call :

let url = 'https://localhost:4001/api/demand?selectedSkills=' + skillname

      fetch(url, requestObject)
        .then((res) => res.json())

        .then((response) => {
          getData(response)
        })

How can I make it work??

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda