Activities of "EngincanV"

Please open up a new ticket for tracking possible errors etc. for the newly release React native/Expo templates as it would probably be better to track those outside of this thread.

First error after having created a new project in ABP 0.9.22 and just running npx expo start and trying to browse Expo Web

Console:

Refused to execute script from 'http://localhost:8081/node_modules/expo/AppEntry.bundle?platform=web&dev=true&hot=false&transform.engine=hermes&transform.routerRoot=app&unstable_transformProfile=hermes-stable' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.

Terminal:

Web Bundling failed 6705ms node_modules\expo\AppEntry.js (2320 modules) Unable to resolve "normalize-css-color" from "node_modules\native-base\lib\module\utils\react-native-web-fucntions\normalizeColor.js"

Just for reference, this the now closed support ticket about the upgrade itself https://abp.io/support/questions/7625/React-Native--Expo-migration but probably better to have a new ticket for this.

Yes, we updated the React Native template versions in v0.9.22. I will create an internal issue regarding the problem you mentioned.

Do you have any solutions at the moment?

Unfortunately, we don't have a quick solution for that purpose. We have created an internal issue for this and we will consider it for next releases.

Hi, can you please open the Article.json file under the .suite/entites/ folders and update the related part as follows?

Before:

      "EnumValues": {
        "Ton": null,
        "Kg": null,
        "Un": null
      },

After:

      "EnumValues": {
        "Ton": 1,
        "Kg": 2,
        "Un": 3
      },

It's between 104th and 108th lines.

Hi EngincanV,

Have you acced the code?

Hi, yes I have access to the code now. I'll check and let you know asap.

Ok understood, but where can i download the older version of ABP Studio or downgrade my current latest installation?

Sorry for the inconvenience, curently we are not providing an option for downgrading ABP Studio. You can use the ABP Studio CLI for now and monitor your application in ABP Studio desktop application.

Ok, i'll try. After reinstall the Volo.Abp.Studio.Cli -version 0.9.7, can i use the latest abp studio to generate the template? Or i need to generate it only through CLI?

Hi, you can see which ABP Studio version uses which ABP version, in this documentation. The versions with 8.x.x uses .NET 8 & EF Core 8. After you used the ABP Studio in one of the relevant versions, you can create any template with .NET 8. You can alternatively create solution via ABP Studio CLI but as I said you can also do this via ABP Studio desktop application. (The latest ABP Studio, which is v0.9.20 now, creates a template with only .NET 9+, so if you upgrade your ABP Studio version, you will be unable to create solutions with .NET8)

I have sent you an invitation to my project

Hi, I didn't get the invitation, unfortunately.

All code created by Suite uses curly bracket namespaces but all the documentation uses file scoped namespaces I would like Suite to use file scoped ones.

Hi @Sturla, yes you are right we should start using file scoped namespaces in the generated code. I have created an internal issue for that.

Great to hear that! Sorry for the temporary inconvenience and thanks for your understanding. Regards.

We have rollbacked the nuget.abp.io, can any of you please check whether it is fixed or not for now?

Showing 1 to 10 of 760 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 07:44