I cannot for the life of me figure out why this isn't working! I'd love some help with this.
Function that's causing the problem:
session.updateConfig({
cookieName: "google-token",
password: process.env.SESSION_SECRET,
});
Produces the error "TypeError: session.updateConfig is not a function"
I cannot for the life of me figure out why this isn't working! I'd love some help with this.
Function that's causing the problem:
Running version:
8.0.1
I'll keep working on this and keep you posted if I get a solution! Would love some extra documentation on this though :)