스마트컨트랙 배포할 때 문제가 발생했는데 도와주세요~

저희가 Smart contract 배포하려고 하는데
script 따라 truffle follow 배포하는 방법입니다

klay_mainnet: {
provider: () => {
const option = {
headers: [
{
name: ‘Authorization’,
value:
'Basic ’ +
Buffer.from(accessKeyId + ‘:’ + secretAccessKey).toString(‘base64’),
},
{ name: ‘x-chain-id’, value: ‘8217’ },
],
keepAlive: false,
}
return new HDWalletProvider(
process.env.MAINNET_DEPLOYER_PRIVATE_KEY,
new Caver.providers.HttpProvider(‘https://node-api.klaytnapi.com/v1/klaytn’, option)
)
},
network_id: 8217, //Klaytn mainnet’s network id
gas: ‘8000000’,
gasPrice: ‘750000000000’,
},

참고한 문서: Truffle - Klaytn Docs

=> 오류: Error: PollingBlockTracker - encountered an error while attempting to update latest block:
Error: Request failed: Forbidden

혹시 어떤 문제인지 그리고 해결방법을 알려주실 수 있는지 궁금합니다.

안녕하세요. 클레이튼 포럼에 글을 남겨주셔서 감사합니다.
혹시 본인로컬 환경에 node를 돌리고 계신 상황인가요?
해당 로그는 EN이 최신 블록을 따라잡지 못한 상황에서 트랜잭션을 날리려고 했을때 발생한 에러문 같습니다.
노드가 최신 블록을 따라잡기 전까지는 트랜잭션을 메인넷으로 보낼 수 없습니다.

klaytnapi 서비스 사용하고 있습니다.

음 그렇다면 저기서 gasPrice: null 로 바꿔서 시도해보시겠어요?
동일한 방법으로 에러를 해결했다는 사례들이 있는 것 같습니다.

네 그렇게 시도해봤는데 동일한 오류가 발생했습니다. 지금 다른 API공급 서비스를 진행중입니다

담당자님 혹시 다른 방법 없을까요???

Hi, I have same problem

But in my case it is,
Error: PollingBlockTracker - encountered an error while attempting to update latest block:
Error: Invalid JSON RPC response: “”

It was fine months ago

Need to be resolved quickly please.
The support is supposed to be fast.