Closed hapetherw closed 4 months ago
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. It takes more time than I expected.
@gabmontes I finally solved it myself, you can check this post it would be helpful. https://ethereum.stackexchange.com/questions/164001/cannot-create-a-new-safe-account-using-safe-infrastructure/164118#164118
@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: https://github.com/safe-global/safe-infrastructure/pull/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. It's working on my MacOS without any issues. Here's some logs of one sub docker container(nginx-alpine):
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/06/29 06:28:10 [emerg] 1#1: host not found in upstream "cgw-web:3000" in /etc/nginx/nginx.conf:47
nginx: [emerg] host not found in upstream "cgw-web:3000" in /etc/nginx/nginx.conf:47
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: https://github.com/hemilabs/safe-infrastructure/pull/1
@happyleow no, I didn't see that issue before.
It's weird, did you deploy it on Ubuntu OS? I also tried to deploy it on 2 other PCs that Ubuntu OS installed, but they both failed with the same issue.
@happyleow @gabmontes I have the same cgw issue. But my issue not fixed, I have confirmed the shortname is right, and also the mastercopies and proxy factories. In fact, I am testing the sepolia testnet.
Can you tell me which version of the docker images you are using ? The following is mine:
CFG_VERSION=v2.83.0
CGW_VERSION=v1.52.0
TXS_VERSION=v5.7.0
UI_VERSION=v1.40.1
EVENTS_VERSION=v0.12.0
@jerry-nerd I replaced localhost:8000, nginx:8000 urls with my ip(or domain) address across all env files, and that's finally resolved on VPS. It was not about version issue.
Is there any progress on this issue? I have met the same problem.
@jerry-nerd I replaced localhost:8000, nginx:8000 urls with my ip(or domain) address across all env files, and that's finally resolved on VPS. It was not about version issue.
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.