Need to set the cookie_domain to also be 127.0.0.1 or else cookies won't work.

main
Zed A. Shaw 1 year ago
parent a8ed99270d
commit 3d4175dc11
  1. 2
      commands/templates/secrets/config.json

@ -32,7 +32,7 @@
},
"auth": {
"cookie_domain": "localhost",
"cookie_domain": "127.0.0.1",
"cookie_secret": "some_secret"
},

Loading…
Cancel
Save