backend
backend — The part of an app the user doesn't see — the server, the database, the logic that runs behind the screens.
When you log in or save something, the backend is what processes it. Backend bugs tend to show up as data being wrong, slow, or missing; frontend bugs tend to show up as things looking wrong.
"It's a backend problem." "Backend engineer."