I deployed my app to heroku and the app works but only the backend .
I did a simple res.send('app is running') and I got the response back on the app so I know the backend works, but it seems like heroku just ignores all of the client(frontend)files and just deployed the backend files, what could be the issue? I'm attaching a picture of the folder structure(root)
Related
I'am working on AWS Cloud9 developing a website. I have transferred my Ruby on Rails App from Cloud9 to Heroku servers. I received a Heroku domain and choose to add on the Mailgun Service. I have signed up to Mailgun and I've tried to test the service. Everytime I click the submit button on my website, I receive the message, "We're sorry, but something went wrong.
If you are the application owner check the logs for more information."
This is problem starting on the Heroku side? or the Mailgun side? I've used the recommended ports.
let me explain the situation.
I have two front-end apps build with vue, one for client and other for admin.
And I build rest api with CodeIgniter.
As you see I have a separated logic here.
When I run build for the two apps and upload them along with the rest api to the server.
It will not run !
There is No logic to Deploy Codeigniter
Simply deploy it.
I have an angular project and a asp.net mvc web api project in the same solution. Now, I want to deploy them both on my godaddy server. I have searched all over the internet but couldn't find a solution.
I can deploy the dist folder of my angular app it is working fine but I can get to make my api work. Can someone suggest something on this?
I tried setting up smooch-bot via the Heroku example. I followed the directions and opened the heroku app and chatted with the bot, but I don't receive any replies. The messages I type are being forwarded to smooch because I am receiving email notifications from Smooch... but there are no replies from smooch-bot in the chat window.
I am not a programmer so I've tried to follow the directions. I am deploying the app via a Dropbox connection. Is it normal that the Heroku folder in my Dropbox is empty? I tried uploading script.js into Dropbox > Apps > Heroku and Dropbox > Apps > Heroku > mybot, but I'm still not getting replies.
I am not sure where I went wrong. Could somebody help me point in the right direction?
If you're using Dropbox with Heroku, its not enough to simply edit your script file. You have to explicitly deploy your Dropbox changes via the Heroku dashboard, like this:
Also, to debug any issues with your bot script specifically, I've documented some troubleshooting steps here:
https://github.com/smooch/smooch-bot-example#troubleshooting-your-bot
To summarize, you need to install the heroku toolbelt, log in on the command line and view your app's error logs with heroku logs -a your-app.
OK Planing to Build small twitter App with Kendo UI . just wondering if that mean part of the app will be hosted in my server in order to get that work ?
I don't want host any part of the app at the server . i want this App to work directly Forward and backward from the app at user Device to twitter API
Please don't tell me it's just script will be hosted and the App that going to be created with Phonegap or whatever is just a Browser . Please don't tell me that
I am not sure I understand your question right but you can create a JavaScript only (no-server side code required) twitter client. You can embed all required JavaScript files and deploy them using PhoneGap.