Meteor app hits 404 when trying to get _timesync -
a working meteor app started throwing 404 regarding time sync after update.
it's trying access http://server/_timesync , get
error syncing server time: error: failed [404] 404 not found
the thing application running behind ngnix , defined in path.
http://server/app/ . supposed timesync in http://server/app/_timesync
every other resource of app ok , application works fine. how can configure path _timesync?
Comments
Post a Comment