-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I noticed that I always got the same nonce.
https://faqs.ably.com/40105-nonce-value-replayed
Workaround:
I could suppress the error by adding the revalidation.
export const revalidate = 0;
return Response.json(tokenRequestData, {
status: 200,
headers: {
'Cache-Control': 'no-store',
'CDN-Cache-Control': 'no-store',
'Vercel-CDN-Cache-Control': 'no-store'
}
});
I got another error when I made it the edge function
export const runtime = 'edge';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels