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 "count demo" for server functions updates a count in a local file. That's not compatible with serverless function deploys. Change it around for something that is compatible. Like fetching a list of pokemon from the pokemon API based on a search query.