We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/maykinmedia/django-log-outgoing-requests/blob/272d3e933e9c9ed8ad9e1ca12d44dbc2fd0d1175/log_outgoing_requests/models.py#L19C3-L24C6
DataError value too long for type character varying(1000)
For urls with large tokens the max length of 1000 is not sufficient:
{ method: 'get', params: None, timeout: 10.0, url: 'https://keycloak.site.nl/realms/publiek/protocol/openid-connect/logout?id_token_hint=ey.. }
The text was updated successfully, but these errors were encountered:
-> let's make it a TextField instead
TextField
Sorry, something went wrong.
[#29] change url field to textfield
b975aa3
Merge pull request #30 from maykinmedia/fix/29-url-length
1d1b877
pi-sigma
Successfully merging a pull request may close this issue.
https://github.com/maykinmedia/django-log-outgoing-requests/blob/272d3e933e9c9ed8ad9e1ca12d44dbc2fd0d1175/log_outgoing_requests/models.py#L19C3-L24C6
DataError
value too long for type character varying(1000)
For urls with large tokens the max length of 1000 is not sufficient:
The text was updated successfully, but these errors were encountered: