-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cgw service http://localhost:8000/cgw/v1/chains/:chainId/safes/:safeAddress not working #141
Comments
Hello, is there any update for me? |
@happyleow dealing with the same issue here. Did you find a solution? |
@gabmontes I am still trying to find the root cause by communicating with them on StackExchange. |
@gabmontes I finally solved it myself, you can check this post it would be helpful. |
@happyleow awesome. Picking the right short name fixed the problem for mee too. Thanks!!! |
@gabmontes May i ask if you added the chain logo image correctly? i added it but it's not working in the Safe UI. |
@happyleow I'm debugging the same problem. Perhaps we should open a new issue and move the discussion there. |
@happyleow this is an interesting discussion about that problem: #109 In addition, when running locally the logos are stored inside the Docker container. Therefore the files will disappear after a restart unless the local folder is mapped to a volume similar to this: cfg-web:
volumes:
- nginx-shared-cfg:/nginx
- ./data/media:/app/src/media Still working on the issue. |
@gabmontes I'm not sure, i added your info in the docker compose file but it's still not displaying on the UI. |
That's ok. There is one more problem I did not solve yet. Read #109 for background. It has to do with MEDIA_URL not working properly when running the services through docker-compose. |
@gabmontes I encountered one problem, i tried to deploy it on Ubuntu 22.04(hosting server) using docker compose, but several docker containers are not running so I couldn't operate it.
Have you ever seen this issue? am trying to solve it... |
@happyleow no, I didn't see that issue before. By the way, this is the first iteration of the solution we develop for the logos: hemilabs#1 |
It's weird, did you deploy it on Ubuntu OS? |
@happyleow @gabmontes Can you tell me which version of the docker images you are using ? The following is mine:
|
@jerry-nerd |
Is there any progress on this issue? I have met the same problem. |
Ok, thanks, I have both localhost:8000 and domain on linux server, now the domain one with my testnet is ok for "txs/api/v1/safes/{address} " request after I add master-copy contract and proxy-factory contracts on txs-service. |
When i try to create a multi-sig wallet, it looks like the wallet address is already created but it loads forever in the indexing step.
Here are docker logs of CGW:
I have attached one screen-shot.
Here's my chainInfo:
Could you tell me what's wrong with my side.
Please let me know if you need more info.
Thank you.
The text was updated successfully, but these errors were encountered: