Hello,
After updating the version of Strapi to 4.3.0 I’m getting the following error:
I’ve executed: npm run build and there is no error showing up in the console. I need some help please.
Hello,
After updating the version of Strapi to 4.3.0 I’m getting the following error:
I’ve executed: npm run build and there is no error showing up in the console. I need some help please.
I suppose you try to reach the Strapi Admin with URL http://127.0.0.1:1337/admin?
By default this is not possible (anymore?) but can be reached by using http://localhost:1337/admin.
Note: API-Routes are available by localhost & 127.0.0.1.
If you find a workaround for that: Let me know. 