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

Bug: Absinthe connection #75

Open
bchamagne opened this issue Sep 8, 2023 · 0 comments
Open

Bug: Absinthe connection #75

bchamagne opened this issue Sep 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bchamagne
Copy link
Member

Describe the problem you discovered

Absinthe is connected 24/7 to the server in config:

config :archethic_playground,
  absinthe_endpoint: [...]

which might result in these error when starting the playground locally without a node:
paste

There's no point in that and it lock absinthe to a single network, which mean we can only deploy to 1 network (because we'd never get the notification that deployment's transaction is OK/KO)

Describe the solution you'd like

This should only connect to absinthe (to the user selected network, not to a network in config) when we send the transaction and disconnect a few seconds later.

Epic

No response

@bchamagne bchamagne added the bug Something isn't working label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant