Skip to content
#

Vercel

vercel logo

Vercel is the optimal workflow for frontend teams.

All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

Here are 1,784 public repositories matching this topic...

next.js
classic-massok
classic-massok commented Mar 16, 2021

What example does this report relate to?

https://github.com/jthegedus/firebase-gcp-examples/tree/main/functions-nextjs

What version of Next.js are you using?

10.0.8

What version of Node.js are you using?

12.0.0

What browser are you using?

Chrome

What operating system are you using?

n/a

How are you deploying your application?

Firebase

Describe the Bug

When h

swr
Daiz
Daiz commented Nov 27, 2019

The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.

As a result, I've found myself writing code in this kind of pattern:

mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the 
nextjs-subscription-payments
nextjs-starter
colinwilson
colinwilson commented Dec 11, 2020

Description

Upon execution of /usr/local/bin/npx vercel -t ... Preview/Production URLs are currently exposed in the deploy logs. This may not always be desirable in public repos.

Vercel CLI 21.0.1
- Deploying colinwilson/static-exp

- Deploying colinwilson/static-exp

Inspect: https://vercel.com/colinwilson/static-exp/k9vv3xpaw [2s]

Inspect: https://vercel.com/colinwilson/s
Organization
vercel
Website
vercel.com