cookie and token missing
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 2.8k
- Forks
- 334
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 50
Description
can help me to resovle this issue ?
login and registration works fine but
after login always getting logout and login screen apear
[brig] D, logger=cassandra.brig, Connection closed: datacenter1:rack1:127.0.0.1:9042#<socket: 19>
[brig] D, code=403, label=invalid-credentials, request=1ed222278141cf6047e8898fc8ed9ebc, "Missing cookie"
[brig] D, code=403, label=invalid-credentials, request=a76a6737e2b320a566dfab29119b3b6f, "Missing cookie and token"
[spar] D, logger=cassandra.spar, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 14>
[spar] D, logger=cassandra.spar, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 15>
[spar] D, logger=cassandra.spar, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 16>
[brig] D, code=403, label=invalid-credentials, request=f6adb0d1ff1880e6ca3a37a350d28bd8, "Missing cookie and token"
[brig] D, logger=cassandra.brig, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 14>
[brig] D, request=6bb13b123ce23b286cf98c2914e41316, user=3b159fdb-4c7b-4663-9a57-3e7870b4852b, action=User.login
[brig] D, logger=cassandra.brig, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 17>
[brig] D, logger=cassandra.brig, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 18>
[brig] D, logger=cassandra.brig, Connection established: datacenter1:rack1:127.0.0.1:9042#<socket: 19>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the User.login flow and the reported authentication logs, focusing on the "Missing cookie" and "Missing cookie and token" responses after login. Reproduce the logout and login-screen behavior, then identify why the session credentials are absent and verify that a successful login keeps the user authenticated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cassandra, haskell
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100