Hello,
- After yesterday’s update to version 3.0.0 today I noticed repeated errors. I restarted app and server but nothing helped.
Please look such as the ones below:
log from webapp.log
[2025-08-08 10:55:11][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
[2025-08-08 10:55:37][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
[2025-08-08 10:55:57][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
[2025-08-08 11:03:27][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
[2025-08-08 11:04:24][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
[2025-08-08 11:04:50][ERROR ] — [redirect_index] 404 Error: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. (app_routes.py)
- And next when some user searching objects i got this error in file log
log from webapp.log
[2025-08-08 12:13:47][ERROR ] — [search_framework]: Exception: invalid literal for int() with base 10: ‘some word’, Type: <class ‘ValueError’> (search_routes.py)
Traceback (most recent call last):
File “cmdb/interface/rest_api/routes/framework_routes/search_routes.py”, line 134, in search_framework
File “cmdb/manager/query_builder/search_pipeline_builder.py”, line 146, in build
ValueError: invalid literal for int() with base 10: ‘some word’