Hi,
we are getting blank admin page and error in browser:
Uncaught ReferenceError: regeneratorRuntime is not defined
at main.eed51f54.js:10011:87836
at Object.423 (main.eed51f54.js:10011:88734)
at e (main.eed51f54.js:10011:94929)
at Object.1261 (main.eed51f54.js:10011:68211)
at e (main.eed51f54.js:10011:94929)
at Object.9321 (main.eed51f54.js:10011:77900)
at e (main.eed51f54.js:10011:94929)
at main.eed51f54.js:10011:94955
at main.eed51f54.js:10011:37
at Object.94344 (main.eed51f54.js:10011:1685)
I’ve been trying to fix this because there is a lot of topic regarding this problem for babel but… I couldn’t reach that place in code because it is placed inside node_modules and strapi babel dependency not whole project dependency.
I’ve already removed /.cache and /build and /node_modules
and running: npm run install and npm run develop
several times trying different solutions and nothing helps
with yarn I was getting some errors during yarn develop so I’ve ended up with npm
Do you have any idea/ solutions? Or maybe previews version of strapi will be fine?
I also have this issue! I got the issue deploying with Heroku. When I updated strapi and made a new strapi project, it went away. Still experiencing the issue while deploying with Heroku, no idea how to fix it.
I am getting the same error…
But in my project, there are a lot of changes so if I set up a new project all the changes and Data will be lost.
Does anybody has any solution??
I redeployed an old commit which was definitely working but due to improper version pinning on strapi dependency side it seems that it stoped working if redeploying the same code again. That’s kinda frustrating because this already happened several time to me with strapi.
After Upgrading strapi and all main plugins to 4.1.9 the error was gone.
I have same issue but after upgrading strapi to 4.1.9 have “Missing jwtSecret. Please, set configuration variable “jwtSecret” for the users-permissions plugin in config/plugins.js”
I’m getting the same issue, with strapi version 4.0.0. Any updates on this issue? Can anyone please share any workarounds?
when I run yarn develop in my local everything is fine, but when I deployed it on the cloud, it stops working
I have fixed the issue when I upgraded Strapi version to 4.1.11 and used node=14.19.1 & npm=6.14.16 without creating a new project. Hope this helps you all out too
Hey @webdev did you face the error " [Missing jwtSecret. Please, set configuration variable “jwtSecret” for the users-permissions plugin in config/plugins.js]" ?