-
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…
-
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…
-
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 …
-
There is a failure with the way we're ingesting OTel data. Specifically around the handling of timestamps. It appears the shape of the data does not specifically match the type we have and thus we end…
-
### 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…
-
Inspired by the Made with Supabase Project, we have thought to have our own made-with-redwood website, where people can show off their projects made with [RedwoodJS](https://redwoodjs.com/).
💡 Feat…
-
I looked (okay, not that hard, but I definitely didn't see it mentioned in the tutorial), but couldn't find an explanation of why is yarn a requirement? Can you please clarify to me, why yarn?
I pr…
-
- 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?
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 …
-
### Introduction
This article is the first part in the series of posts describing the use of several UI component libraries, starting with [Chakra UI](https://chakra-ui.com/). The impetus for writing…