-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB Error - Homer7 from "Homer-Installer" #597
Comments
looks like the field has been ignored, can you show the API request ? (F12 -> Network) |
I've resolved the above issue by setting the capture id parameter to 'string' instead of 'integer' and it seems to go away for now. But something else evolved and now you cannot search the 'x-uuid' by itself or you will face the same problem - Of not showing any correlated results. The Postgres log shows a different error this time:
The API request goes through and doesn't comeback with any errors just this:
|
@idanam-del I would like to see the API request, not the response |
@adubovikov Oh sure. Here it is:
|
hey, i run the homer stack of postgres 13, heplify-server and homer-app provided by the homer installer script.
I have an issue when i search in the UI by the parameter captureId, it doesnt show anything. When i does it here's the following error from the postgres log. Weird thing it worked before and it somehow broke in the last few days.
Here are the DB settings in the
heplify-server.toml
file. From my google searches its seems to indicate a performance issue so what should i tweak in the DB settings?Another Error when searching by source ip and destination ip
Thank you
The text was updated successfully, but these errors were encountered: