That seems like an implementation address (from the impls section of the network file). You should look for the proxy address (see the proxies section of the network file instead).
im getting the same issue with:
"@openzeppelin/hardhat-upgrades": "^2.4.1" and
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
i already migrated to the the most recent deps for ethers, hardhat and openzeppelin upgrades,
i get this error message when trying to retrieve the implementation address with:
upgrades.erc1967.getImplementationAddress
error:
Error: Contract at 0x971b64614c21CAD5b7B77789509F33F129a856DF doesn't look like an ERC 1967 proxy with a logic contract address
@RasenGUY In your script, did you ensure that you are waiting for the proxy to be deployed before running getImplementationAddress? If you still have the issue, please provide the information listed under Required information when requesting support for Upgrades Plugins so that we can take a closer look.