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

Incorrect work of token minting with external database. #4262

Open
kirill-tolochko opened this issue Oct 15, 2024 · 0 comments
Open

Incorrect work of token minting with external database. #4262

kirill-tolochko opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kirill-tolochko
Copy link
Collaborator

kirill-tolochko commented Oct 15, 2024

Problem description

If user uses Atlas mongo database (external), he is facing issues with tokens minting.

Step to reproduce

Steps to reproduce the behavior:

  1. Set up your local project with external Atlas mongo database https://www.mongodb.com/products/platform/cloud (you need to change DB_HOST and DB_LOGGER_HOST to the proper value (it's given in the mongodb.com) in the almost all the services)
  2. Import and publish policy, try to publish 24 tokens.
  3. Check different pages where tokens are shown, including local pages and lworks

Expected behavior

24 tokens are minted and transferred to the user

Actual behavior

44 tokens were minted, some of them belong to the user (as it should be), some of them belong to the SR that minted them.
Also this issue isn't reproducible for local db

@kirill-tolochko kirill-tolochko added the bug Something isn't working label Oct 15, 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
Projects
None yet
Development

No branches or pull requests

3 participants