We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug md files seem to be supported, but it seems they cannot be minted as I get the message that the file format is invalid. I guess from this line: https://github.com/hicetnunc2000/hicetnunc/blob/main/src/pages/mint/index.js#L81 The file I was minting was the objkt-swap README.md, as a test.
The ALLOWED_MIMETYPES defined in constants.js has the following for md: MD : 'text/plain'
MD : 'text/plain'
Trying to mint a .txt file of the same results in a blank page after hitting mint with multiple errors in the console:
UPDATE: submitted a PR to constants.js to fix the mimetype: #1297
Screenshots Preview: After pressing mint:
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected that if md files are supported, one should be able to mint them.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This has been merged!
Sorry, something went wrong.
really? this is a really common bug while uploading files, where mimetypes are not recognisable
Hmmm I'm not sure now 😆. I will check it when I'm home, but I think it was addressed by Kyle a few weeks ago.
crzypatchwork
No branches or pull requests
Describe the bug
md files seem to be supported, but it seems they cannot be minted as I get the message that the file format is invalid. I guess from this line: https://github.com/hicetnunc2000/hicetnunc/blob/main/src/pages/mint/index.js#L81
The file I was minting was the objkt-swap README.md, as a test.
The ALLOWED_MIMETYPES defined in constants.js has the following for md:
MD : 'text/plain'
Trying to mint a .txt file of the same results in a blank page after hitting mint with multiple errors in the console:
UPDATE: submitted a PR to constants.js to fix the mimetype: #1297
Screenshots
Preview:
After pressing mint:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected that if md files are supported, one should be able to mint them.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: