> For the complete documentation index, see [llms.txt](https://upgrade-platform.gitbook.io/upgrade-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upgrade-platform.gitbook.io/upgrade-documentation/developer-guide/faq-error-resolution/user-not-found.-authorization-error.md).

# User not found. Authorization error

## Problem

`User not found. Authorization error`

## **Solution**

Change `.env` file in backend code:

&#x20;`AUTH_CHECK`=true to `AUTH_CHECK`=false  (this will disable server-side auth)
