-
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 …
-
### 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…
-
### 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…
-
### What's not working?
On **vite.config.ts** I wanted to add a simple alias "@"
```
const viteConfig: UserConfig = {
plugins: [redwood()],
resolve: {
alias: [
{
find…
-
### What's not working?
hey
### How do we reproduce the bug?
_No response_
### What's your environment? (If it applies)
_No response_
### Are you interested in working on this?
- [ ] I'm intere…
-
### 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…
-
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?
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-…
-
- 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 …