I'm using the moralis opensea plugin to build a simple app. The desired outcome is to make an offer on an opensea nft when the createBuyOrder endpoint is called. However, I keep getting the error "web3Sign trigger signer address missing or invalid". At first I thought the issue was coming from the userAddress parameter. So I tested user.get("ethAddress"), hardcoding my eth wallet address, and a few other solutions. All of them came back with the same error message. After hours of debugging, I've come to the conclusion that this is probably an issue with the plugin itself. Please fix!
I'm using the moralis opensea plugin to build a simple app. The desired outcome is to make an offer on an opensea nft when the createBuyOrder endpoint is called. However, I keep getting the error "web3Sign trigger signer address missing or invalid". At first I thought the issue was coming from the userAddress parameter. So I tested user.get("ethAddress"), hardcoding my eth wallet address, and a few other solutions. All of them came back with the same error message. After hours of debugging, I've come to the conclusion that this is probably an issue with the plugin itself. Please fix!