You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user is trying to use ISR, but looks like the promise never runs and returns the value as expected. The issue started when the user tried to use ISR and still exists in v4.2.0 of the plugin.
Steps to reproduce
To protect sensitive information, please check for the reproduction steps in the ticket.
A link to a reproduction repository
N/A
Plugin version
4.2.0
More information about your build
I am building using the CLI
I am building using file-based configuration (netlify.toml)
12:53:35 PM: ab6c9d64 INFO [GET] /why (ISR)
12:53:35 PM: ab6c9d64 Duration: 584.51 ms Memory Usage: 96 MB Init Duration: 423.07 ms
12:54:47 PM: 493feafc INFO ***running getStaticProps for why.tsx***
12:54:47 PM: 493feafc INFO Starting to get pageContent process!
12:54:47 PM: 493feafc INFO Begin awaiting for query result..
12:54:47 PM: 493feafc INFO [GET] /why (ISR)
12:54:47 PM: 493feafc Duration: 80.39 ms Memory Usage: 97 MB
Expected output: Got query response!!!! logged in the console.
We discussed this during our sync, but the customer wrote back saying their code is working perfectly fine during the build time. It's only when they try using ISR, is when they start seeing these errors. Is there anything else that we can suggest them?
Summary
Hi,
This is in relation to this support ticket (internal-only).
The user is trying to use ISR, but looks like the promise never runs and returns the value as expected. The issue started when the user tried to use ISR and still exists in v4.2.0 of the plugin.
Steps to reproduce
To protect sensitive information, please check for the reproduction steps in the ticket.
A link to a reproduction repository
N/A
Plugin version
4.2.0
More information about your build
netlify.toml
)What OS are you using?
No response
Your netlify.toml file
`netlify.toml`
Your public/_redirects file
N/A
Your
next.config.js
filenext.config.js
Builds logs (or link to your logs)
N/A
Function logs
Function logs
Expected output:
Got query response!!!!
logged in the console..next JSON files
prerender-manifest.json
routes-manifest.json
required-server-files.json
The text was updated successfully, but these errors were encountered: