-
We should add a model generator so that people can easily populate components with data from a database or API via GraphQL.
We should basically aim to abstract away GraphQL so that they user doesn'…
-
### What's not working?
What's not working?
I'm seeing issues in a production deployment to vercel after upgrading from v7.7.4 to v8.3.0. The issue only shows up when deployed to vercel, local devel…
-
The investigation into https://github.com/redwoodjs/redwood/issues/4271 showed that the Migration Engine uses a surprising amount of memory for a simple deploy. While this is not the root cause of tha…
-
See: https://www.npmjs.com/package/@redwoodjs/graphql-server
See: https://www.npmjs.com/package/@redwoodjs/api
Ahead of v1.0's release, it feels like all the package readme's need to get updated a…
-
**Describe the bug**
a type error in generated InputJsonValueSchema
**Screenshots**
Running `tsc`:
```
db/generated/zod/index.ts:39:14 - error TS2322: Type 'ZodLazy' is not assignable to type …
-
### What's not working?
Building and then serving was not working when trying React Server Components. I am writing an article on this on a deadline, so I actually got it running by editing files in …
-
### What's not working?
What's not working?
We're seeing 404s instead of index.html for paths containing periods, e.g. https://example.com/foo/bar.baz. Our app has profile handles that can include p…
-
### What's not working?
running this command `yarn create redwood-app bitero --typescript --git-init --commit-message "first commit" --yarn-install` I got 3 errors:
1. It asked me if I wanted to run…
-
### What's not working?
unfortunately my username "kumaran sony" has space in it (windows 11). I just tried to create a new(my first) redwoodjs project and I couldn't. Please see the below screenshot…
-
This line below always overwrites the window location any time a redwood app loads. It is meant to handle refreshing the auth tokens. The issue is this completely wipes out search params on page load …