Vercel Next14 doesn't generate uuid
Answered
English Angora posted this in #help-forum
English AngoraOP
Could anyone help? Why I get a new uuid once i deployed the app and get an email with unique id, but then when i manualy open and refresh this rouse i always get same uuid....
Looks like it is stored on cache or similar
How to fix that ??
{
"uniqueRef": "7cd3e8e1-a4b0-4f04-9e56-410a80b17aed",
When i run it locally i got unique id on every refresh ....
Looks like it is stored on cache or similar
How to fix that ??
{
"uniqueRef": "7cd3e8e1-a4b0-4f04-9e56-410a80b17aed",
When i run it locally i got unique id on every refresh ....
2 Replies
@English Angora Could anyone help? Why I get a new uuid once i deployed the app and get an email with unique id, but then when i manualy open and refresh this rouse i always get same uuid....
Looks like it is stored on cache or similar
How to fix that ??
{
"uniqueRef": "7cd3e8e1-a4b0-4f04-9e56-410a80b17aed",
When i run it locally i got unique id on every refresh ....
export const revalidate = 0
add that to the end of the fileAnswer
English AngoraOP
WORKS!
Thank you
Thank you