I’ve put it off for a while now, but the time has come I think (amCharts needs 1.8 to be added to Meteor)
I’ve gone the straight forward route and just done meteor update but now by app won’t build. I’m getting the following error:
Error: static resource undefined conflicts with network route /_oauth/
at RoutePolicy.declare (packages/routepolicy/routepolicy.js:101:13)
at oauth_server.js (packages/oauth/oauth_server.js:6:13)
at fileEvaluate (packages/modules-runtime.js:336:7)
at Module.require (packages/modules-runtime.js:238:14)
at require (packages/modules-runtime.js:258:21)
at {project_dir}.meteor/local/build/programs/server/packages/oauth.js:691:1
at {project_dir}.meteor/local/build/programs/server/packages/oauth.js:703:3
at {project_dir}.meteor/local/build/programs/server/boot.js:419:36
at Array.forEach (<anonymous>)
at {project_dir}.meteor/local/build/programs/server/boot.js:228:19
at {project_dir}.meteor/local/build/programs/server/boot.js:479:5
at Function.run ({project_dir}.meteor/local/build/programs/server/profile.js:510:12)
at {project_dir}.meteor/local/build/programs/server/boot.js:478:11
I’ve tried searching for routepolicy errors, no luck. I’ve done meteor reset and no luck.
I’ve trolled around a bunch of the ‘error when updated to 1.8x’ threads but still no luck.
Anyone able to point me in the right direction? Thank you!