Closed vicwomg closed 4 years ago
Thanks for the issue! Looks like the same issue I found for #21 where some values aren't defined.
I previously made an update on the dev branch that at least catches the error so that app won't crash and I pushed that to the heroku site. It hasn't been merged to master yet though so that'll be why it's crashing your local. The heroku site is actually down because I ran out of free hours :(
Thank you! I checked out the the dev branch and that does indeed fix it. I deployed my own heroku for now. I'll probably run into the same hourly cap at some point :/
Not directly related to this ticket but I found that I had to add NPM_CONFIG_PRODUCTION=false to the config otherwise the default heroku configuration pruned away the node_modules. Wondering if you saw that and if there's a better way to fix it.
I have not seen that issue personally, everything worked when deploying on default heroku setup. However, someone else has issue in #15 where it looked like their modules didn't get installed, is this the same issue?
Yes, that's exactly it. I will post my suggested fix there, and close this ticket as a dup of #21. Strange through.
Youtube might have changed something yet again. Looks like the public heroku site is down, and likely because of the same crash I'm seeing locally. When executing a search, this exception brings down the server