console icon indicating copy to clipboard operation
console copied to clipboard

No route found for https://xmlrpc.php/?rsd=

Open tkgregory opened this issue 8 months ago • 3 comments

SST console reports an error in a recently deployed prod account.

I'm building a new sst.aws.Nextjs resource. Error occurs executing a function called thumbshot-prod-SiteServerUseast1Function-bdzfteeu.

2025-04-11T12:12:39.343Z	34bf7802-9316-4c59-a297-fa5ac62d5a48	ERROR	Error in routingHandler Error: No route found for https://xmlrpc.php/?rsd=
   at Module.Nu (middleware.mjs:46:42553)
   at p4 (index.mjs:103:74530)
   at async lO (index.mjs:103:77186)
   at async (index.mjs:103:79499)
   at async (index.mjs:103:60701)
   at async (index.mjs:2:19864)

My repo doesn't have a reference to php. Could this be something in SST?

SStT version 3.13.7

tkgregory avatar Apr 11 '25 12:04 tkgregory

And if you deploy this app through your local it's fine?

jayair avatar Apr 11 '25 21:04 jayair

I haven't seen the error in my local or dev stage. Despite the error, prod seems to work fine.

tkgregory avatar Apr 12 '25 06:04 tkgregory

I see this too in my NextJS app deployed via console.

I assumed it was random crawlers seeing what they could find - for example I've had this error

24887c55-2fab-4907-a95e-841bd097b541	ERROR	Error in routingHandler Error: No route found for https://wp-includes/wlwmanifest.xml
    at Module.JE (middleware.mjs:167:78407)
    at EV (index.mjs:100:74601)
    at async uO (index.mjs:100:77257)
    at async (index.mjs:100:79570)
    at async (index.mjs:100:60772)
    at async (index.mjs:2:19864)

leccles1 avatar May 09 '25 11:05 leccles1