youngrewired / chat.yrs.io

Online chat for the Young Rewired State community.
http://chat.yrs.io
MIT License
5 stars 3 forks source link

Firebase URL is invalid #2

Closed freddyheppell closed 9 years ago

freddyheppell commented 9 years ago

On page load, Console shows Error: FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://<YOUR FIREBASE>.firebaseio.com.

This may be because index.js loads config.js, but only config.default.js exists. Thus, ***firebase-url*** is loaded as the url

Mitame commented 9 years ago

It part of my merge (#1).. if you copy the config.default.json to config.json, then edit it for your stuff, it works fine (unless that's changed since).

brks commented 9 years ago

Config.js does exist, but Node doesn't like it. @MrMindImplosion @freddinator

brks commented 9 years ago

@freddinator @MrMindImplosion So, the Node stuff is parsing the config, and it's in the file, so I don't actually know. :+1:

freddyheppell commented 9 years ago

Hopefully this should be fixed. If not, reopen.

brks commented 9 years ago

Everything works now.