use of cache causing page not to render at all on client nav
been struggling with this for like 2 hours and finally narrowed down that if any single cache() call exists in my file, my page just won't render it's content (at least on client)
i have no idea why this is happening, and i'm not really sure at what point this began to happen. wondering if there are any common symptoms for this
1 Reply
just after posting this i noticed that i have an
api
object i export and call in my cache calls. if any single function in this object isn't marked useServer, then i'm getting this issue
that was the issue ^, in case anyone ever reads this