Unable to create new link
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 52
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 10
Description
Summary
When clicking the green plus button and adding a Link, after entering the name, an error is thrown without a new link being created.
Console Output
create.js:78 Uncaught (in promise) Error: Cannot mint new - missing newInstance
at create.js:78
at
Screenshot

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by clicking the green plus button, choosing Link, and entering a name, then inspect create.js around line 78 and the code handling new link creation. Done means a new Link is created successfully without the “missing newInstance” error; no test file is mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100