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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -