Alex Patterson
Alex Patterson
Oh yes I 💯 need this setup! Right now I have to either wrap all my server endpoints with accessToken or add the cookie header to the call from ```api-on-server.ts...
Okay I have narrowed this issue down to this setting in the next-sanity package of the client. `next: { revalidate: 60 },` fetch.ts ```ts return client.fetch(query, params, { stega, perspective:...
@evenwestvang I am seeing issues that surround `cloudinary.asset` when this field is included at times the object fails and doesn't come back with data at all. I am not 💯...
Some more groq tests with cloudinary becoming an issue. I will also add that even if I try to just use the below it still goes missing inside of Next.js....
okay all of what I thought were issues with cloudinary.asset was not, it appears that is all due to a problem using taint. simple repo: https://github.com/codercatdev/next-sanity-cloudinary-issue This shows how the...
I will pay for support to get this working @evenwestvang @kmelve is there someone I can do a call with to get this working. It is forcing me out of...
@Shub3am yes it should be, if you can't repro let me know and I will make sure that branch is usable for the issue.
My only workaround was to stop generating anything statically. Not really a great workaround but for now that is what I have. So all of https://codingcat.dev is on demand.
Unfortunately no 😔 On Fri, Jan 17, 2025, 7:54 PM Justin Adkins ***@***.***> wrote: > We are running into this same issue running app router and 15.0.4. > @codercatdev did...