Questions tagged [jawsdb-maria]

4 questions
1
vote
1 answer

Heroku deployment: 'Cannot find module '...mime.js Please verify package.json has valid "main" entry

I am working on a React app with a MySQLdb and am trying to deploy with Heroku. I have followed a guide closely and am using JAWS DB hook to connect my db to Heroku. I am running into this error when I run the "heroku open" command after pushing to…
Andrew Smith
  • 483
  • 1
  • 3
  • 16
0
votes
1 answer

How can I define dev & production ENV using express & mysql2?

I found some other similar answers to this, but I was not confident in my ability to comprehend and get it right, so I'm hoping to get a little validation on my approach if it's right, seeing as what i've cobbled together is from a tutorial. I've…
Sharan Balani
  • 143
  • 1
  • 9
0
votes
1 answer

Jhipster on Heroku problem with jawsdb MariaDB addon at startup

I'm trying to deploy a basic jhipster app with maven, angular and maria-db. Following the jhipster guide I've configured the application and deployed the locally compiled project. All the upload was ok but during the startup I received this…
Claudioc
  • 53
  • 1
  • 10
0
votes
1 answer

Heroku deployment: Connection refused, failed to fetch errors using JawsDB and MySQL

This is a simple calculator app that is supposed to save all calculations made as strings, and all users with the calculator's site open would be updated with the new calculations anyone makes on the site. I am trying to deploy a project using…
Andrew Smith
  • 483
  • 1
  • 3
  • 16