You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenever you try to create more than 15 projects you get this:
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
The text was updated successfully, but these errors were encountered:
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
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.
whenever you try to create more than 15 projects you get this:
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
The text was updated successfully, but these errors were encountered: