Fix compilation errors in auth flow #14

Closed
opened 2026-02-14 11:34:31 +00:00 by Skipper · 0 comments
Owner

There are compilation errors in the current auth flow code that prevent the server from building.

Errors in user_agent.rs:

  • Line 129: Auth variant not found on server_message::Payload
  • Lines 165-172: Type annotation errors due to conflicting From<diesel::result::Error> impls

Errors in context.rs:

  • Line 42: Multiple impls satisfying From<diesel::result::Error>

Errors in lib.rs:

  • Line 298: Bound error in diesel_async::AsyncConnection::transaction

These need to be resolved before further auth work can proceed.

There are compilation errors in the current auth flow code that prevent the server from building. **Errors in `user_agent.rs`:** - Line 129: `Auth` variant not found on `server_message::Payload` - Lines 165-172: Type annotation errors due to conflicting `From<diesel::result::Error>` impls **Errors in `context.rs`:** - Line 42: Multiple `impl`s satisfying `From<diesel::result::Error>` **Errors in `lib.rs`:** - Line 298: Bound error in `diesel_async::AsyncConnection::transaction` These need to be resolved before further auth work can proceed.
Skipper added the
Kind
Bug
label 2026-02-14 11:34:31 +00:00
Skipper added the
Difficulty
Low
1
Priority
High
2
labels 2026-02-14 11:44:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MarketTakers/arbiter#14