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: Beta tester can create Space with license Plus, when "ACCOUNT_SPACE_PLUS" enabled is false #4840

Open
Comoque1 opened this issue Jan 15, 2025 · 0 comments
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server

Comments

@Comoque1
Copy link
Member

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to localhost:3000
  2. Authenticate with Beta tester
  3. Create a space using Plus plan - space is created successfully, but the entitlement parameters to do so are false
{
  "usage": 3,
  "dataType": "LIMIT",
  "enabled": false,
  "isAvailable": false,
  "limit": 0,
  "type": "ACCOUNT_SPACE_PLUS"
},

image.png

Expected behavior
TBD

Additional context
Query:

query me {
  me {
    user {
      account {
        license {
          availableEntitlements
          type
          entitlements {
            usage
            dataType
            enabled
            isAvailable
            limit
            type
          }
        }
        spaces {
          nameID
          license {
            availableEntitlements
            type
            entitlements {
              usage
              dataType
              enabled
              isAvailable
              limit
              usage
            }
          }
        }
      }
    }
  }
}

Areas that will be affected as part of the fix
Optional, to be added by developer if relevant

@Comoque1 Comoque1 added Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server
Projects
None yet
Development

No branches or pull requests

2 participants