Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

92
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda