While deploying my code on netlify getting this error:
Plugin "netlify-plugin-no-more-404" internal error
Error message
Could not import plugin:
TypeError: Failed to parse URL from /opt/build/repo/node_modules/netlify-redirector/lib/redirects.wasm
Even I have to tried to update nelify.toml file with these details:
[[plugins]]
package = "netlify-plugin-no-more-404"
[plugins.inputs]
on404 = "error"
cacheKey = "MyCacheKey"
debugMode = true