Skip to content
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

Add support for realm full url retrieval #2602

Open
davidejensen opened this issue Oct 25, 2024 · 0 comments
Open

Add support for realm full url retrieval #2602

davidejensen opened this issue Oct 25, 2024 · 0 comments
Labels
bug Something isn't working new Issues to triage

Comments

@davidejensen
Copy link
Member

At the moment the client supports a parameter to force the connection to a specific realm.
If in this realm we provide the full url of a realm it works fine, but if we provide the name it fails when trying to perform the request for the /about. (

ServerAbout result = await genericGetRequest.OverwriteFromJsonAsync(serverAbout, WRJsonParser.Unity);
)

In order to support the auto retrieval of the full realm url we need to add an integration or a service or an hardcoded mapping of the realm names -> urls.

This issue was spotted as some events on the decentraland website provide the realm parameter that is then passed to the deeplink that opens the app that never loads as it fails on the /about retrieval.

Potentially we could use the apis used by: https://decentraland.github.io/catalyst-monitor/?includeDevServers=

@davidejensen davidejensen added the bug Something isn't working label Oct 25, 2024
@github-actions github-actions bot added the new Issues to triage label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new Issues to triage
Projects
None yet
Development

No branches or pull requests

1 participant