При HAS_AUTH_SERVICE=true
необходимо настроить ALLOWED_ORIGINS
например ALLOWED_ORIGINS=["http://localhost:8080"]
heroku create coding-cats-crm-back
- "подключить" текущий проект к Heroku
git push heroku main
heroku open
For more information about using Node.js on Heroku, see these Dev Center articles: