Ssues with Deployment and URL Paths

Hello Netlify Support Team,

I’m experiencing some difficulties with my website deployment and URL paths on the Netlify platform. Below are the issues I’m encountering:

  1. 404 Errors for Certain URL Paths: I’m consistently receiving 404 errors for specific URL paths, including /messages and /settings, despite having configured these routes in my Express.js server. I’ve verified that the server is running correctly and that the routes are defined properly. However, the requests seem to be failing at the Netlify level.
  2. Inconsistent Loading of Chat Feature: Additionally, I’ve noticed that the chat feature on my website sometimes disappears upon page reload. This behavior seems to be intermittent and occurs even when the server is running without errors.

I’ve attempted to troubleshoot these issues by reviewing my code, checking server logs, and verifying the configuration settings on both Netlify and my server. However, I haven’t been able to identify the root cause of these issues.

Could you please assist me in resolving these issues? Any guidance or suggestions you can provide would be greatly appreciated.

  • Website URL: https://chilly-chatting.netlify.app/
  • Netlify Site Name: [chilly-chatting]
  • Error Logs: Failed to load resource: the server responded with a status of 404 (messages:1)

Thank you for your assistance.

Best regards, [Noah]

Please refer to: [Support Guide] Can I run a web server, HTTP listener, and/or database at Netlify? and Express on Netlify | Netlify Docs