This currently breaks error handling in page render flows. To fix it properly, the database actor should return failable futures instead of `Result<T>` wrapped in a future. |
||
|---|---|---|
| .. | ||
| db.rs | ||
| errors.rs | ||
| handlers.rs | ||
| main.rs | ||
| models.rs | ||
| oidc.rs | ||
| render.rs | ||
| schema.rs | ||