Initialization of Upgradeable Contract Not Working

Hi @jared, can you ensure you are checking the proxy address, not the implementation address on Rinkeby? You can also try adding this to your deploy script:

  console.log("name: ", await contract.name());
  console.log("owner: ", await contract.owner());