Http package depracated warning on galaxy log

recently i have updated my meteor version from 1.10.0 to 2.00 and after that , the galaxy log always showing this warning.

{“line”:“169”,“file”:“http.js”,“message”:“The http package has been deprecated, please migrate to the fetch package and new web standards.”,“time”:{"$date":1613724715319},“level”:“debug”}

i have not implemented any functionalities using http package.

my packages list.

mongo@1.10.1 # The database Meteor supports right now
standard-minifier-css@1.7.2 # CSS minifier run for production mode
ecmascript@0.15.0 # Enable ECMAScript2015+ syntax in app code
kadira:flow-router
email@2.0.0
matb33:collection-hooks

Theming

Performance + Monitoring
mobile-experience@1.1.0
fastclick
mobile-status-bar
meteorhacks:fast-render

Testing: These are disabled for now.
dispatch:mocha-phantomjs
xolvio:backdoor
xolvio:cleaner
session@1.2.0
dynamic-import@0.6.0

Bundle Size
bundle-visualizer

mixmax:smart-disconnect
force-ssl@1.1.0
browser-policy@1.1.0
meteorhacks:kadira
froatsnook:request
underscore@1.0.10
meteorhacks:aggregate
fourseven:scss
mdg:meteor-apm-agent
universe:i18n
meteorhacks:inject-initial
react-meteor-data@2.2.2
fetch
meteor-base
reactive-var
standard-minifier-js
es5-shim
shell-server
accounts-password
meteorhacks:picker
alanning:roles@1.2.19
harrison:papa-parse

1 Like

There are a few core packages still relying on http but this is already in progress to be replaced with fetch.

1 Like

i have already uninstalled http package and i am using fetch package now. but still showing this warning.

Here is our solution

1 Like

the warnings from mdg:meteor-apm-agent package.