-
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?
all `render` tests fail with
```
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-sta…
-
We are starting with a "core" Auth SDK library and then build idiomatic libraries for each popular web framework. This issue will track other issues for implementing those libraries for each web frame…
-
# Feature request
Currently, the hooks sent to an endpoint are unsigned.
As we note in the [RedwoodJS webhook documentation](https://redwoodjs.com/docs/webhooks):
> If you were to subscribe t…
-
### What's not working?
If you update an existing Redwood project that was already using Storybook to Canary, and then try to start Storybook, you'll get this:
### How do we reproduce the bu…
-
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…
-
I was wondering if it makes sense to create some form of helper or something to easily mock out the usePageLoadingContext. I'm now doing it this way:
```javascript
import { render, screen } from '…
-
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'…
-
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…