-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the Heroku hosting working #42
Comments
This was the error I was getting earlier:
I am no longer getting this error, so I guess this is no longer a problem. I don't really know what it means anyway. The error disappeared when I replaced the consts and lets with var. |
Update. The package.json file |
Fixed. I changed the consts and lets back to vars and it is now working and hosted on Heroku here. If we have time it would be good to work out which bits of ES6 we can use and which we can't. Obviously the 'Block-scoped declarations' but I will leave this until tomorrow. |
If we simply needed to add |
This is fixed now with commit d904bd9. The key was to add this code to
|
So for next time:
|
Also!!
Previously it looked like this:
|
Update - 2017! - The whole of the server connection is actually like this:
|
Heroku was working when the files were uploaded via git but not when directly from our Github. These are the error messages:
The text was updated successfully, but these errors were encountered: