Expected to run perfectly but still get NOT_FOUND
build file
pip3 install virtualenv
python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
echo $PYTHONPATH # Debug line to check Python path
mdkir -p staticfiles_build
python3 manage.py collectstatic --noinput
[20:19:52.170] Running build in Washington, D.C., USA (East) – iad1
[20:19:52.329] Cloning github.com/ramanbansal1/rb (Branch: master, Commit: 76c1cd6)
[20:19:52.684] Previous build cache not available
[20:19:53.017] Cloning completed: 687.438ms
[20:19:53.413] Running "vercel build"
[20:19:53.862] Vercel CLI 39.2.0
[20:19:54.001] WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings
[20:19:56.981] Collecting virtualenv
[20:19:57.011] Downloading virtualenv-20.28.0-py3-none-any.whl.metadata (4.4 kB)
[20:19:57.045] Collecting distlib<1,>=0.3.7 (from virtualenv)
[20:19:57.050] Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
[20:19:57.080] Collecting filelock<4,>=3.12.2 (from virtualenv)
[20:19:57.085] Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
[20:19:57.114] Collecting platformdirs<5,>=3.9.1 (from virtualenv)
[20:19:57.118] Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
[20:19:57.143] Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
[20:19:57.192] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 93.9 MB/s eta 0:00:00
[20:19:57.197] Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
[20:19:57.206] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 74.8 MB/s eta 0:00:00
[20:19:57.210] Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
[20:19:57.217] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
[20:19:57.272] Installing collected packages: distlib, platformdirs, filelock, virtualenv
[20:19:57.484] Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
[20:19:57.485] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[20:19:57.567]
[20:19:57.568] [notice] A new release of pip is available: 24.0 -> 24.3.1
[20:19:57.568] [notice] To update, run: python3.12 -m pip install --upgrade pip
[20:19:58.799] created virtual environment CPython3.12.2.final.0-64 in 718ms
[20:19:58.800] creator CPython3Posix(dest=/vercel/path0/venv, clear=False, no_vcs_ignore=False, global=False)
[20:19:58.800] seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/vercel/.local/share/virtualenv)
[20:19:58.801] added seed packages: pip==24.3.1
[20:19:58.801] activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
[20:20:00.226] Requirement already satisfied: pip in ./venv/lib/python3.12/site-packages (24.3.1)
[20:20:01.112] Collecting asgiref==3.8.1 (from -r requirements.txt (line 1))
[20:20:01.145] Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
[20:20:01.233] Collecting Django==5.1.4 (from -r requirements.txt (line 2))
[20:20:01.237] Downloading Django-5.1.4-py3-none-any.whl.metadata (4.2 kB)
[20:20:01.423] Collecting pillow==11.0.0 (from -r requirements.txt (line 3))
[20:20:01.427] Downloading pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.1 kB)
[20:20:01.514] Collecting psycopg2-binary==2.9.10 (from -r requirements.txt (line 4))
[20:20:01.521] Downloading psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
[20:20:01.543] Collecting sqlparse==0.5.3 (from -r requirements.txt (line 5))
[20:20:01.548] Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB)
[20:20:01.568] Collecting typing_extensions==4.12.2 (from -r requirements.txt (line 6))
[20:20:01.572] Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
[20:20:01.589] Collecting tzdata==2024.2 (from -r requirements.txt (line 7))
[20:20:01.593] Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
[20:20:01.608] Downloading asgiref-3.8.1-py3-none-any.whl (23 kB)
[20:20:01.618] Downloading Django-5.1.4-py3-none-any.whl (8.3 MB)
[20:20:01.671] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 173.2 MB/s eta 0:00:00
[20:20:01.676] Downloading pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.4 MB)
[20:20:01.699] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 208.8 MB/s eta 0:00:00
[20:20:01.704] Downloading psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
[20:20:01.724] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 162.5 MB/s eta 0:00:00
[20:20:01.728] Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB)
[20:20:01.734] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
[20:20:01.740] Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
[20:20:01.815] Installing collected packages: tzdata, typing_extensions, sqlparse, psycopg2-binary, pillow, asgiref, Django
[20:20:04.009] Successfully installed Django-5.1.4 asgiref-3.8.1 pillow-11.0.0 psycopg2-binary-2.9.10 sqlparse-0.5.3 typing_extensions-4.12.2 tzdata-2024.2
[20:20:04.192]
[20:20:04.193] ./build_files.sh: line 11: mdkir: command not found
[20:20:04.460]
[20:20:04.461] 159 static files copied to '/vercel/path0/staticfiles'.
[20:20:04.548] Build Completed in /vercel/output [10s]
[20:20:04.574] Deploying outputs...
[20:20:05.683]
[20:20:06.000] Deployment completed
[20:20:09.092] Uploading build cache [29.00 B]...
[20:20:09.176] Build cache uploaded: 83.834ms
i used django for deployment and used Neon as a database