Hosting With Netlify or Heroku #1816
Replies: 4 comments 3 replies
-
Yes you can host it on heroku ...I am sure about that but I am not of netlify |
Beta Was this translation helpful? Give feedback.
-
There is a database on heroku called clearDB...it will give you storage support. |
Beta Was this translation helpful? Give feedback.
-
Netlify is for static sites hosting only (if I am knowledge is upto date). You can also try cleavr https://cleavr.io/adonis, they have first class support for AdonisJS apps. |
Beta Was this translation helpful? Give feedback.
-
When hosting to heroku only, for ease try not to ignore you .env file and change your Host to 0.0.0.0 also replace your database configuration to your presumed created clearDb database on heroku (you can only create this DB after adding billing details). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I have an api i built with adonisjs , i want know if it is possible to host on either heroku or netlify with the MySQL database
Beta Was this translation helpful? Give feedback.
All reactions