I have been using Project IDX for 3 months. Currently, I’m working on a project that requires setting up Redis with Docker (I’ve successfully run the Redis container). I also made the Redis URL public as suggested in the Q&A. However, when I try to use that URL to check the connection from Python, it results in a connection timeout. Does anyone know how to solve this issue?
Can you provide some details on how you made the Redis URL public?
Is that using public ports feature? Currently, the public ports feature only works for HTTP.
I made my URL public using the tutorial provided at this URL: Projekt-IDX – Fehlerbehebung und FAQs | Project IDX | Google for Developers
I found a workaround for the previous issue, but now there’s another problem. When I make an Axios call with the base URL http://localhost:3700
(the backend API from my local computer), it automatically changes the base URL to the one provided by Project IDX. I’ve done the same thing for other projects in Project IDX, and it worked perfectly, allowing me to connect to localhost. However, with current project that i’m working on, the URL changes, and I can’t connect to my local computer. Most importantly, should I ask about this issue in a separate post?