-
### Summary and description
This is the related doc: [graphql#use-in-docusaurus](https://redwoodjs.com/docs/graphql#use-in-docusaurus). When I setup the docusaurus workspace, I encountered some error…
-
### What's not working?
Adding something like `import "@fontsource-variable/inter";` to the `storybook.preview.js` causes a build error regarding no sourcemaps for `resolve-url-loader`.
This work…
-
https://github.com/redwoodjs/redwood/issues/1754
```zsh
$ /private/var/folders/h0/n4dr2mwn6vqbtk9y1zrcykd80000gn/T/redwood.FWYVCX3T/node_modules/.bin/rw dev --fwd=--open=false
$ /Users/tagawahiro…
-
### 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…
-
After `yarn` command receiving error:
`error Couldn't find a package.json file in "/Users/iowens/Repos/Redwood/example_todo"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about th…
-
- Reference: "API tests assume api/src/lib/db to export a Prisma client" PR#3707
https://github.com/redwoodjs/redwood/issues/3707
Need to audit what can be currently done -- and if not, then add…
-
### What's not working?
I understand that SKIP_DB_PUSH=1 is used when testing code that doesn't use the database.
(https://github.com/redwoodjs/redwood/issues/5303)
However, the issue lies in …
-
While the [Cell tutorial](https://redwoodjs.com/tutorial/cells) is quite good, as @peterp noted in:
https://community.redwoodjs.com/t/can-i-use-a-different-value-in-the-component-cell-so-that-it-is…
-
### What's not working?
I expected `yarn rw test` to not cause any security, virus or malware warnings what so ever.
### How do we reproduce the bug?
- Setup new project `yarn create redwood-…
-
### 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…