Joost Schuur
Joost Schuur
Agreed. Just ran into this problem myself.
> @jschuur Did you ever figure out what the syntax was to pass data to the function? Afraid not. Didn't really make much progress with that Slack bot.
I've tried @VictorArowo's approach, but still running into issues. Bizarrely, the error is pretty contradictory: ``` Query engine library for current platform "darwin-arm64" could not be found. You incorrectly pinned...
> Thanks @jschuur, I think your description and reproduction is specific enough that you can open a new issue and fill the template - then we can look at yours...
One comment on why the workaround of calculating this in SQL (via ROW_NUMBER e.g.) isn't always ideal: When you yo have multiple columns and sort by them in a table...
> This worked for me: Go to line 25 in auth.ts and change the sessionSecret to something else than the provided one. Not sure if it is related, but it...
> For those having problems, can you try changing your `next` version to `[email protected]`? **Edit**: Using `resolutions` as described below fixed it in yarn for me too.
Additional discussion [here](https://github.com/keystonejs/keystone/issues/7116#issuecomment-1221147489) about how the most recent update breaks using npm entirely (but you can just use yarn in the mean time).