useServerContext() returns empty object in server$() callback
how come
useServerContext() returns an empty object in server$() callbacks?4 Replies
useRequest() does the sameboth are only accessible in components,
server$ is isolated, but I would assume what you need can be accessed through the callback's second parameterUnknown User•3y ago
Message Not Public
Sign In & Join Server To View
ty, is there a way to get
responseHeaders as well?