Whenever I open the email, I get this message in the terminal: Not Found: /emails/track/opened/36fec0b12966393987684e318be32c701fc463430f9497e53ffb805434802c10
[26/Nov/2024 09:24:53] "GET /emails/track/opened/36fec0b12966393987684e318be32c701fc463430f9497e53ffb805434802c10 HTTP/1.1" 404 4228
Not Found: /emails/track/opened/13c456413f401697935d22002f26e39d49f25c359a2b40b6c461eb44ed9fcaa5
[26/Nov/2024 09:24:53] "GET /emails/track/opened/13c456413f401697935d22002f26e39d49f25c359a2b40b6c461eb44ed9fcaa5 HTTP/1.1" 404 4228
Can you please help?
The issue you are facing occurs because the URL you are trying to access, /emails/track/opened/token
, is either not defined, not created, or the function associated with this URL has not been implemented. Based on the error, these are the potential issues. Please check the urls.py
file and verify that the view function is correctly implemented.
If you are unable to fix it, please provide your updated GitHub repository so we can work together to resolve it.