Jorma de Ronde
Jorma de Ronde
I took another stab at it, and this refactor uses a recursive accumulator. I think this one is the cleanest so far, but happy to hear other opinions :)
> oh this is very clever! altho i dont think we crawl non html assets anyway? Normally, no. But if they're linked to from a page (f.ex. a pdf document...
Is it still working for you guys? Even with the snippet posted, I'm still getting an error: `error: invalid_client, error_description: Client authentication failed` (I've double checked the client_id and client_secret...
Thanks for you reply :) I got one step 'further': I was using auth.js version 0.12.0. After updating to 0.17.0, I'm now getting a different error: ``` [mf:inf] GET /auth/csrf...
In my case this was caused by an issue with the ESM module version. If you explicitly load the commonJS version, it seems to be working fine. You can do...
Facing the same issue. Does this mean that we basically can't deploy projects with a large number of pre-rendered pages to Vercel? Like the previous commenter, it looks like setting...