I'm sorry to ask for help on this but I'm so lost. I added a contact form to my express site and the app keeps crashing now on the live server. Error code H10. It runs fine in development. I've read the logs, attempted to change things and I just cannot figure out the source of the issue. Would anyone be willing to take a look for me? This repo is here: https://github.com/michaelacook/portfolio-site
Live demo: https://michaelcook-portfolio-site.herokuapp.com/
Any help would be greatly appreciated. I can only bang my head againt the desk for so long before I need someone else to take a look.
The error was due to nodemailler config.
Related
I'm trying to add an express application to my cPanel application manager. I've followed the steps I've found online to the best of my abilities, but have run into 7 hours of smashing my head against a wall. So I'm asking if anyone has run into this issue.
Ensure Dependencies Button
Ensure Dependencies Error
If anyone has any direction that they can point me that would be amazing, I'm just done for the day, my head hurts and I could use some assistance. Thanks in advance.
*I can't post img tags because my rep is too small. Sorry.
This is a brand new app on a fresh install, but I do not see the info page I am expecting to see. I get some errors when running start-app, would this maybe have something to do with the problem? I am trying to teach myself this framework but am confused as to why I am having this problem.
https://i.imgur.com/itvaoVk.png
Thanks for any info you can provide, I really appreciate it.
I figured this out, the documentation I'm looking at says that /test/ (the grails project name) should be part of the path, but it is not. Omitting this has it work the way I expect, although I'm not really sure why, or how I would segregate different applications using the URL path.
I want to deploy my personal blog on the pythonanywhere, but there're something wrong with my configuration and I am unfamiliar with severer.But everything goes smoothly on my local server.Then I checked the error file, the detail is following:
Besides, pagedown module is used in the view.py, which is one of the part of the markdown in my project:
Finally, I think there must be something with wsgi.py, this is the wsgi.py, maybe I miss some configurations of my project:
Hope someone solve my problem, can't appreciate too much!
I am trying to add a login/register system to my project (phonegap project) so I am following this guide trying to understand how to work in a server side. However I don't really get how to get the system working, nothing in the guide mentions how to setup&run the server so I am kind of stuck.
Can someone please explain to me how do I run the server with the MongoDB,Mongoose and node so that my login database would work? perhaps you can also suggest easier methods I would be glad to hear (I saw something about SQL maybe?)
Thank you :)
Ok i dont know what is going on here i have 2 working project and some backup project. Which were working before and is working online right now in Heroku.
Today i try to do the normal routine and started node, and now i am getting this error below. I though it might be that i just recently install team-view and that might affect it. But this doesn't seem to be the case because i tried it on a different computer and i get the same error. I have no clue to how to debug this, can someone help me please!!
Change you connection string to
variable = 'mongodb://username:xxx#clusternamecluster-shard-00-00-i548w.mongodb.net:27017,developerbookcluster-shard-00-01-i548w.mongodb.net:27017,developerbookcluster-shard-00-02-i548w.mongodb.net:27017/test?ssl=true&replicaSet=DeveloperBookCluster-shard-0&authSource=admin&retryWrites=true&w=majority';