SamClayton / GalaxyTraders

A space merchant game written in Meteor, based on a lineage of games dating back to the 1970s PC game Star Traders
6 stars 0 forks source link

Facebook login conflicts with custom publication #15

Open SamClayton opened 8 years ago

SamClayton commented 8 years ago

This was previously working, but suddenly stopped after I added server telemetry to nav. Latest commit appears to be broken. I also got this in the client js console:

meteor.js?hash=ae8b8af…:930 Error logging in with token: Error: You've been logged out by the server. Please log in again. [403]

Concerned that perhaps creating the nav.js file & adding helper for telemetry data somehow overrode what was handling login.

SamClayton commented 8 years ago

This still applies to the separate branch I created, but no longer an issue on master.