fix: add logs
This commit is contained in:
@@ -38,6 +38,13 @@ export function createContext() {
|
||||
const cookie = cookies()
|
||||
const webviewTokenCookie = cookie.get("webviewToken")
|
||||
|
||||
console.log("IN CONTEXT", {
|
||||
lang: h.get("x-lang") as Lang,
|
||||
pathname: h.get("x-pathname")!,
|
||||
url: h.get("x-url")!,
|
||||
webviewToken: cookie.get("webviewToken"),
|
||||
})
|
||||
|
||||
return createContextInner({
|
||||
auth,
|
||||
lang: h.get("x-lang") as Lang,
|
||||
|
||||
Reference in New Issue
Block a user