OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
17 stars 1 forks source link

Tasking Manager website contact form not working #856

Open nafergo opened 1 month ago

nafergo commented 1 month ago

unable to use contact form because of this

Screenshot from 2024-07-25 20-06-57

Rub21 commented 1 month ago

Seems this is something with the SMT server, I've just checked logs and show 👇

[2024-07-25 19:06:29,471] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:29,553] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:34,262] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:34,303] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:37,114] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:37,193] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:40,048] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:40,148] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:49,581] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:49,636] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
danrademacher commented 4 days ago

@Rub21 is this something you think needs fixing in the frontend or is this a backend issue?

Error codes look back-endy to me, but I am not sure how this contact form works

Rub21 commented 3 days ago

@danrademacher this is part of the backend, I have just fixed the issue and sent couple of test email from staging to ohm-admins@googlegroups.com

image