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

Edge Case - Trying to create more than 15 projects #166

Open
itailiors opened this issue Nov 4, 2024 · 1 comment
Open

Edge Case - Trying to create more than 15 projects #166

itailiors opened this issue Nov 4, 2024 · 1 comment

Comments

@itailiors
Copy link
Collaborator

whenever you try to create more than 15 projects you get this:

image

This appears to be a rare edge case, as it's unlikely anyone will create more than 15 projects. However, it could be addressed with a few lines of code.

Proposed fix: Add a check before creating a project (if not already implemented) and disable the create page when the project count exceeds 15

@itailiors itailiors changed the title Edge Case - Trying to create more then 15 projects Edge Case - Trying to create more than 15 projects Nov 4, 2024
@dangershony
Copy link
Member

Sounds like the right solution, I think we just run out of keys that's why the error, it should be a better error though.
Generally I don't expect ever to make more then one project per wallet but who knows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants