You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/guides/troubleshooting.md
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ declare module "lucia" {
24
24
}
25
25
```
26
26
27
+
**Also check that you're passing `typeof lucia` and not `typeof Lucia`** (notice the capitalization - `lucia` is an instance of class `Lucia`).
28
+
27
29
## Session cookies are not set in `localhost`
28
30
29
31
By default, session cookies have a `Secure` flag, which requires HTTPS. You can disable it for development with the `sessionCookie.attributes.secure` configuration.
0 commit comments