The page never rebuilts with unstable_revalidate. #13869
Unanswered
yassinebridi
asked this question in
Help
Replies: 2 comments 2 replies
-
Keep refreshing, it gets re generated. Am using the same, it works but my time is set to 1 sec |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just deployed on Vercel and it works. Make sure you're using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to revalidate the page each new comments comes in. Comments are hosted on firebase, and i'm fetching them like this:
and this is the getStaticProps return:
i added a timestamp
updated
to get the time of the generated pagestill, the page never generate.
the
getStaticPaths
function is defined like this:Beta Was this translation helpful? Give feedback.
All reactions