Matic Deploy Is Broken

Does Matic Mumbai deployment not work anymore? Seems to be broken for me as I always get this error:

truffle migrate --network matic

Compiling your contracts…

:heavy_check_mark: Fetching solc version list from solc-bin. Attempt #1

Everything is up to date, there is nothing to compile.

Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networkName].networkCheckTimeout property to do this.
at Timeout._onTimeout (/Users/jim/Git-Projects/EthDrop/node_modules/truffle/build/webpack:/packages/provider/index.js:56:1)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ethdrop@1.0.0 deploy-matic: truffle migrate --network matic
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ethdrop@1.0.0 deploy-matic script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jim/.npm/_logs/2021-08-01T15_43_39_839Z-debug.log
EthDrop (main) :strawberry:

Hi @JimLynchCodes - looks l like you may need to increase the timeout in your Truffle config; it’s just timing out.
If you need further assistance with this, however, I’d suggest reaching out to the Truffle or Matic teams.