-
### 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?
This is connected to #6197, as we're also seeing a status code 500 – however that issue is concerned with the API side only.
We have a working RedwoodJS application that …
-
### 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…
-
-
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?
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…
-
### 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…
-
### 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…
-
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…
-
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 '…