-
If we can host using the vercel free tier that would give us [preview deployments](https://vercel.com/docs/deployments/preview-deployments#preview-urls) per branch out of the box, which is awesome for…
-
Jake Meier: https://dev-soc.vercel.app/
Brishna Bakshev: https://brishna-bakshev.vercel.app/
-
JSON Schema faker method timesout in vercel deployment, while it works great on local envrionment. Any generators can go in infinite loop on any condition.
```typescript
import { GatsbyFunctionRe…
-
- how to host on our AWS
- what are the risks of hosting on Vercel (prices, attacks)
-
**Describe the bug**
Not fetching image as of yesterday
[![GitHub Streak](https://streak-stats.demolab.com?user=32teeth&theme=swift&border_radius=10&mode=weekly&card_width=960)](https://git.io/str…
-
### Describe the bug
eslint error on build on vercel,
./src/components/ui/sonner.tsx
6:21 Error: 'React' is not defined. no-undef
![image](https://github.com/shadcn-ui/ui/assets/81101648/d040…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
-
### Link to the code that reproduces this issue
https://github.com/trieb-work/nextjs-bug-revalidatetag-inside-settimeout
### To Reproduce
1. start the app with nodejs in production mode: `NOD…
-
Right now we’re on the free tier of Heroku. This means we have a long startup time when the dyno goes to sleep. We also don’t get SSL.
The free tier on Vercel is well integrated with nextJS, so not…