-
The Invoice service relies on "context.currentUser?.id" to create an Invoice, which doesn't work running "yarn rw db seed"
Seems tricky to establish user context within the seed.js file, so I was t…
-
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?
It doesn't look like the fastify server is returning the index when a query parameter contains a period.
For example, appending this to any routed URL works:
/your-route?t…
-
### 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…
-
**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 …
-
possible flakey test:
test code: https://github.com/redwoodjs/redwood/blob/main/packages/router/src/__tests__/router.test.tsx#L502-L545
```sh
FAIL code src/__tests__/router.test.tsx (50.835 …
-
### 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…
-
### What's not working?
**Problem**
There seems to be a problem with the clock tolerance for azure tokens while verifying the jwt.
This leads to this error while developing on an irregular bas…
-
An #h2 section for each framework integration. Start with Tailwind but suggested additions:
* Linaria
* Style components
* React Bootstrap
* More to come
-
### What's not working?
After upgrading to the latest version of Prisma, our Redwood app's GraphQL queries for nested fields are returning incomplete data. For example, when querying posts { comment…