ekasprzyk
ekasprzyk
Seconded. Same problem and same diagnosis.
Edited issue, as the real issue turned out to be that the `[IN]` didn't work and had to be `[in]`. Suggest having a better failure message. This isn't the first...
Also just want to say that this issue is a bit more urgent since we bumped into a critical vulnerability of a package in the 7.x version's dependency xmldom, which...
It might not. I've been experimenting using the TypeDORM NestJS config plugin, which I can verify is working. https://www.npmjs.com/package/@skypress/nestjs-dynamodb Your issue might be that the server is starting out of...
We also have this issue. `"@okta/okta-auth-js@^3.1.4", "@okta/okta-react@^3.0.1"` I can add that we get this issue similarly after long periods of inactivity. What I do know: * The onSessionExpired event in...
@shuowu We're using Next.js, which mixes SSR and client side. We've had the same issue and I can verify the userAgent field contains the word server in it :(. `userAgent:...
@conico974 Thanks for your help. We managed to fix the issue and we found out what was causing it. Seems to have been a repeat of: https://github.com/opennextjs/opennextjs-aws/issues/350 For others who...
Interesting things we've done to debug this to try to reproduce the issue: - Used serverless-offline to use the same compile process the serverless build uses (we use webpack for...