System Information
- Strapi Version: lastest
- Operating System: MACOS
- Database:
- Node Version: latest
- NPM Version: latest
- Yarn Version: latest
Hello Guys, I getting this result with the a create react next with latest version @12+
…/…/packages/domain/blog-strapi/api.js
Module parse failed: Unexpected token (8:33)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See webpackloaders
| * @returns {string} Full Strapi URL
| */
export function getStrapiURL(path: string = “”): string {
| return `${
| process.env?.NEXT_PUBLIC_STRAPI_API_URL || “http://localhost:1337”
this is the tutorial that I’m following:
I’m doing a POC to use some for our enterprise to use a new CMS but seems that Strapi is not working properly
Any tips to solve that?