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

89
Vistas
What link do I need to provide for proper installation of my Slack Application with Bolt?

I've been trying to figure out to properly install my Slack App on my workspace. I'm using the Bolt Node.js Framework to do this and I am using the following endpoint to install

https://mysite/slack/install

However, once I navigate to this page it says that the page cannot be found. I thought that this page was supposed to return a button to install the app?

Also, I listed to redirect-url to this endpoint and I still get the same error.

Heres some code

const app = new Bolt.App({
  token: BOT_TOKEN,
  clientId: CLIENT_ID,
  clientSecret:CLIENT_SECRET,
  signingSecret: SIGNING_SECRET,
  scopes: ['chat:write','commands','channels:history','groups:history','users:read'],
  installationStore: {
    storeInstallation: async (installation) => {
      console.log(installation)
      if (installation.isEnterpriseInstall && installation.enterprise !== undefined) {
        console.log(installation.enterprise.id)
      }
      if (installation.team !== undefined) {
        console.log(installation.team.id)
      }
    },
    fetchInstallation: async (installQuery) => {
      console.log(installQuery)
      if (installQuery.isEnterpriseInstall && installQuery.enterpriseId !== undefined) {
          console.log(installQuery.enterpriseId)
      }
      if (installQuery.teamId !== undefined) {
        console.log(installQuery.teamId)
      }
    },
    deleteInstallation: async (installQuery) => {
      console.log(installQuery)
      if (installQuery.isEnterpriseInstall && installQuery.enterpriseId !== undefined) {
          console.log(installQuery.enterpriseId)
      }

      if (installQuery.teamId !== undefined) {
        console.log(installQuery.teamId)
      }

    }
  }
})
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