Answer the question
In order to leave comments, you need to log in
How to correctly set passport-vkontakte verify callback when deploying an application on heroku?
Good day to all!
Help to deploy the application on Heroku.
The application logs in using passport-vkontakte, which requires you to specify a callback. I pointed
`http://${config.get('server.host')}:${config.get('server.port')}/auth/vkontakte/callback`
server: {
port: process.env.PORT || 8888,
host: process.env.host || 'localhost'
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question