AWS EC2 Ubuntu 18.04에서 메인넷 서비스 관련

AWS EC2 Ubuntu 18.04 환경에서 nginx 설치후 vue 프로젝트를 배포하였습니다.

Baobab Testnet으로 서비스할땐 정상적으로 작동을 하여

Cypress Testnet으로 변경하여 서비스를 하였으나 에러가 발생했습니다.

에러 메세지는 아래의 첨부했습니다.

returned values aren’t valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.

JSON Rpc EndPoint node 주소를 https://public-node-api.klaytnapi.com/v1/cypress 이 주소를 사용하였으나
에러가 발생했습니다.

EN을 직접 운영을 해야지만 Cypress를 사용할 수 있나요?
KAS를 사용하지 않고 caver-js를 사용하고 있습니다.

안녕하세요.

우선 정확한 에러 파악을 위해서는 소스코드 등을 첨부해주시는 것이 좋습니다만,

링크의 내용을 한번 확인해보시는 것도 좋을 것 같습니다.

주신 링크 참조하여 해당 에러메세지는 없어졌습니다.

하지만… mint를 할때

아래의 에러메세지가 발생하는데 해당 에러메세지 해결 방법이 있을까요?!

Error: evm: execution reverted
{
“blockHash”: “0x465bab6c833b40c15d14ca88873431b162f19e47fcdfc8a78b12b8a8b0ad845b”,
“blockNumber”: 93396364,
“contractAddress”: null,
“from”: “0x92ef581b73e62ee51260619def09cbbdfac515d3”,
“gas”: “0xf4240”,
“gasPrice”: “0x3a35294400”,
“gasUsed”: 40933,
“input”: “0x40c10f1900000000000000000000000092ef581b73e62ee51260619def09cbbdfac515d30000000000000000000000000000000000000000000000000000000000000001”,
“logsBloom”: “0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000”,
“nonce”: “0x5”,
“senderTxHash”: “0x3dedc61b53497ed77000ecce7872ba3548133b30afb8b5774d592c75ed374b3f”,
“signatures”: [
{
“V”: “0x4055”,
“R”: “0xb48b988c3177155d4e75ab813e864292a663b9566eb399e543f15ba48174cb0b”,
“S”: “0x44e579303516900b7e53ffcc48c40581c9f51b776c683fe002a5bc50f5042bef”
}
],
“status”: false,
“to”: “0x847412b6e66a2ac51c3095ba377c12cc01af9a54”,
“transactionHash”: “0x3dedc61b53497ed77000ecce7872ba3548133b30afb8b5774d592c75ed374b3f”,
“transactionIndex”: 1,
“txError”: “0x9”,
“type”: “TxTypeLegacyTransaction”,
“typeInt”: 0,
“value”: “0xa80d24677efef00000”,
“events”: {}
}

@ParkJongHwan EN을 직접 운영해야만 cypress를 이용할 수 있는 것은 아닙니다. 근데 from, to를 잘 넣어주신게 맞나요? 소스코드도 함께 올려주시면 파악하는데 도움이 될 것 같습니다.