Justyn Spooner

Results 8 comments of Justyn Spooner

I am having a similar issue with the current version. Is there any way to work around this issue? I'd love to be able to use this tool but currently...

Thanks for the comments. I have created a discussion doc here to make it easier to process: https://docs.google.com/document/d/1P-qeYaXOcPIKCkTvfqFSbuVWfgrwvf0pwNMbGfurNjI/edit?usp=sharing

We're having a similar issue and we're not using preview mode. It appears to happen on pages that use `getServerSideProps` and `import Head from 'next/head';` Not working: @netlify/[email protected] & [email protected]...

@orinokai @ascorbic Our team would also love NextJS On-Demand Revalidation supported on Netlify. Looking forward to seeing this released! Do you have a public roadmap where we can follow along...

This is still an issue as of 0.73.0. We would like a simple way to list NFT allowances for an account that has used the `approveTokenNftAllowance` or `approveTokenNftAllowanceAllSerials` [allowance transactions](https://docs.hedera.com/hedera/sdks-and-apis/sdks/cryptocurrency/approve-an-allowance)....

We are also seeing this quite regularly and intermittently when we call for the record on a transaction response: ``` const transactionResponse = await transferTransaction.execute(client); const transactionRecord = await transactionResponse.getRecord(client);...

> @justynspooner what environment is the transaction being executed in? (node.js or browser/web app) It's being run in a Node environment.

> @justynspooner so it's a backend? Yes, a backend server.