4 months ago
Dear Railway Support Team,
I am experiencing a critical issue with my Line Webhook routing that I believe is infrastructure-related, as I have exhausted all application-level fixes.
Project ID:
[YOUR RAILWAY PROJECT ID]Issue Details:
I deployed a new service (
line-bot-report) and configured the Line Webhook URL to point to its new Public Domain ([line-bot-report-production.up.railway.app]).I have confirmed that the old service (
web) has been deleted from the project.Despite multiple redeployments with drastically different code (testing SDK 1.x and SDK 0.x logic), the Webhook traffic consistently seems to be intercepted by a "ghost" instance running my old code.
Decisive Log Evidence (from the new
line-bot-reportservice logs):When I send a test message, the logs still show output from the old codebase's log strings, confirming the traffic is being misrouted:
程式碼片段
--- START: Webhook Received (Old SDK). Body Length: [793] --- --- SUCCESS: Line SDK (Old) Reached Python Code Layer. Message: 測試 --- SUCCESS REPLY (Old SDK): Bot 成功響應!(舊版SDK) Webhook handler executed successfully with old SDK.Request for Assistance:
Could you please check the underlying network/routing configuration for my project? I suspect there might be a residual route, a load balancer cache entry, or an IP mapping stuck from the deleted service (
weborweb-production-fe2a.up.railway.app) that is incorrectly handling the Line Webhook POST requests.Thank you for your urgent assistance.
Sincerely,
[Your Name/Username]
3 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
4 months ago
Please, do not use artificial intelligence to ask your question.
There is no caching related to this. This is an application level issue. Please, using your words, explain what the issue is. Your question is mostly an AI hallucinated solution.