-
Notifications
You must be signed in to change notification settings - Fork 13
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
The pairs with the mobile application do not appear #744
Comments
Did you tried to kill and re-open the app after adding the provider from settings? |
Yes I have done it several times. What is not clear to me is which port to use as the nginx proxy for the 9000 or 9945 mobile application. I have tried it on both ports to no avail. According to the manual, the port for the trader is 9945. Another thing I notice is that the tdex version does not appear.
I also don't see a way to open a certain market. If I create several markets and use |
we are investigating this!
Did you build the CLI yourself or using one from github releases? In the former case, I think is because at build time we require that infos (version, commit, date) so it may be to that reason |
Are you trying to reach your provider passing the port :9945? consider that since you are using a ngnix reverse proxy, you are routing the 80/443 the Trader interface on 9945 internally. TDEX daemon has trader and operator servers on two different ports. You can make to listen on a single port for both server: Trader, which is used by traders, and Operator which is used by the owner of the daemon wallet to administer via gRPC or via TDEX Dashboard) You can make trader and operator on the same port, so you can use the tdex daemon remotely, TLS-terminated by your ngnix proxy and secured by macaroons. Just pass the following to have to listen on same port
|
With TDEX version 2.0.0: 18 if the pairs appear. With what Google Play offers, no |
Ouch apparently google banned the app? |
Update
In my tests installing the version offered by Google Play, the pairs do not appear. Yes it works with the latest version on github.
Recreating the issue
I add the URL testnet.nefis.es from the mobile application but the pairs do not appear. I'm using NGINX as proxy with HTTPS connection at 127.0.0.1:9945
config nginx:
tdex config
tdex status
Market info
Browser result
https://testnet.nefis.es
{"code":5,"message":"Not Found","details":[]}
https://testnet.nefis.es/v2/transport
{"acceptedTypes":["CONTENT_TYPE_JSON","CONTENT_TYPE_GRPC","CONTENT_TYPE_GRPCWEB","CONTENT_TYPE_GRPCWEBTEXT"]}
The text was updated successfully, but these errors were encountered: