Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

88
Views
¿Qué vínculo debo proporcionar para la instalación adecuada de mi aplicación de Slack con Bolt?

He estado tratando de averiguar cómo instalar correctamente mi aplicación Slack en mi espacio de trabajo. Estoy usando Bolt Node.js Framework para hacer esto y estoy usando el siguiente punto final para instalar

https://mysite/slack/install

Sin embargo, una vez que navego a esta página, dice que no se puede encontrar la página. Pensé que se suponía que esta página devolvería un botón para instalar la aplicación.

Además, enumeré para redirigir-url a este punto final y sigo recibiendo el mismo error.

Aquí hay algo de código

 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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!