-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: The language "markdown" has no grammar #17
Comments
Experiencing the same issue. |
I'm getting the very same error with |
@kwiat1990 I have just tried What is the node version you are using? Can you provide a minimal repo for me to check? Also please install with |
Hi @kwinyyyc, I use {
"dependencies": {
"@strapi/plugin-i18n": "^4.4.5",
"@strapi/plugin-users-permissions": "^4.4.5",
"@strapi/provider-email-nodemailer": "^4.4.5",
"@strapi/provider-upload-cloudinary": "^4.4.5",
"@strapi/strapi": "^4.4.5",
"pg": "^8.8.0",
"strapi-plugin-comments": "^2.2.0",
"strapi-plugin-email-designer": "^2.1.1",
"strapi-plugin-meilisearch": "^0.8.0",
"strapi-plugin-placeholder": "^4.3.6",
"strapi-plugin-slugify": "^2.2.3",
"strapi-plugin-transformer": "^2.1.0"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
}
} |
@kwiat1990 I tried the above config with |
Well, on the fresh installed and barebone Strapi instance it does work. What's more interesting, with all other plugin I have defined in |
Interesting, does it mean it only happens on your live environment? Even if you try to create a new strapi instance with all the same plugins, the error won't show up? |
Not exactly. All the plugin are installed and configured but they're not connected to the same systems, e.g. Postgres, Cloudinary etc. In the fresh instance I used SQL database and didn't really connected to mentioned systems. Additionally, I didn't had my existing content-types and the actual content, so it's also a factor. |
Experiencing same error with Strapi |
I am trying to see if prebuilt the MD editor in common.js would work, published a beta version |
After installing the plugin, rebuilding the project, and starting the server. I went to edit a content that had a rich-text field and as soon as it was rendered It crashed the site and the screen was completely white(nothing was rendered) with the following error in the console:
Video
https://vimeo.com/747016127
Versions:
@strapi/strapi
:^4.3.6
strapi-plugin-wysiwsg-react-md-editor
:^4.2.0
Any recommendations on what might have been wrong or how to fix it?
The text was updated successfully, but these errors were encountered: