Can't deploy an upgradable contract on Arbitrum

:1234: Code to reproduce

   const myContractFactory = await ethers.getContractFactory('MyContractName');
   const myContract = await upgrades.deployProxy(myContractFactory, [arg1]);

:computer: Environment

I am using the @openzeppelin/hardhat-upgrades 1.9.0 library in a hardhat project to deploy an upgradable contract on multiple networks. On other networks is working fine, but on Arbitrum I get a weird error and I can't figure it out:

An unexpected error occurred:

Error: ERROR processing /path/to/my/contract.js:
Error: No contract at address 0x000example (Removed from manifest)