PCI Fatal No Config ... and then 500 response

Continuation from Getting PCI: Fatal: No config space access function found

Although the thread there says that the PCI Fatal … error is harmless, I am seeing that fly is responding back to my frontend with a 500 response. My actual bun runtime doesn’t even receive the request in the first place.

See below for a screenshot of logs:

Initial requests from my app fail, but subsequent requests succeed. So what I did was I created a retry mechanism on my frontend such that if the server responds with a 500 try one more time before failing … and it works.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.