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

Song/Album submit not working #1013

Closed
Shiroizu opened this issue Oct 29, 2021 · 1 comment · Fixed by #1014
Closed

Song/Album submit not working #1013

Shiroizu opened this issue Oct 29, 2021 · 1 comment · Fixed by #1014

Comments

@Shiroizu
Copy link
Member

https://vocadb.net/Song/Create

Artist search box is not functioning.

image

Error on web console:

Uncaught TypeError: t is null
value https://vocadb.net/bundles/vdb.js?id=dc4f84b0a86b6a2d5224:1
...
https://vocadb.net/bundles/shared/libs.js?id=db0c5e00d4c10a8d69c2:1

(Same error as with #1012)

@ycanardeau
Copy link
Contributor

Caused by #1007. The tag parameter of the details_tag_contract function may be undefined, so we need to check if it is undefined first. As stated in #900, it's difficult to catch JavaScript errors in cshtml files at compile time.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants