Skip to content
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

Logs show high error count of particular error #1014

Open
TjerkNan opened this issue Nov 28, 2024 · 1 comment
Open

Logs show high error count of particular error #1014

TjerkNan opened this issue Nov 28, 2024 · 1 comment
Assignees

Comments

@TjerkNan
Copy link
Collaborator

TjerkNan commented Nov 28, 2024

Describe the bug
There is a code path that is triggered by internet scans that causes a high error rate in the logs (Grafana and Appsignal).
These errors are not critical and don't impact our service but ideally they would not happen.

To Reproduce
See grafana logs.

Expected behavior
No error(s).

Screenshots

GenServer #PID<0.20729.22> terminating\n** (FunctionClauseError) no function clause matching in Ecto.Changeset.cast/4\n    (ecto 3.9.5) lib/ecto/changeset.ex:497:

Desktop (please complete the following information):
N/A

@MelchiorKokernoot
Copy link
Contributor

MelchiorKokernoot commented Dec 5, 2024

changeset = Consent.RevisionModel.changeset(entity, attrs)

Regel waar het fout gaat

ecto.Changeset.cast(nil, %{source: \"<div>?</div>\"}, [:source], [])

called met deze parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants