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.