Documentation Index
Fetch the complete documentation index at: https://docs.drpn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Symptoms
- The app redirects back to login.
- A backend call returns unauthorized.
- A JSON-RPC call fails with a CSRF or session error.
- The user appears signed in but cannot access expected records.
Checks
- Confirm the backend is reachable.
- Confirm the frontend is pointed at the intended backend.
- Confirm the user is using the correct environment credentials.
- Refresh the CSRF token by loading the login page again.
- Confirm the user has access to the active company or tenant.
API testing shape
For API testing, authenticate against the assigned backend and send the session cookie plusX-CSRF-Token with /rpc/json. Use placeholder values only.