Activities of "improwise"

Maybe just trying to actually open the suggested file in something like Notepad could provided some clues on what it is?

Have never seen it myself but thinking perhaps its something trying to render a HTML page or similar with no default browser selected but that is just a guess.

Could you send screenshots if possible?

How am I supposed to send screen shots of something I have never seen? :)

@ABP

Until ABP Studio is out of beta and actually ready for production, can you PLEASE bring back the possibility to create new solutions in ABP Suite?

I realize that this might not be ideal in some regards, but while really promising, ABP Studio and the new CLI just isn't there yet to feel like a safe environment to start new projects intended for actual production and also misses features like Docker-support etc. There is also still a lot of documentation that seem to be missing in the new documentation that is only available in the old one and also parts of the new documentation that is incorrect (mixing what is correct for new CLI with what is correct for the old CLI, like folder structure etc). This back and forth between different tools and CLIs as well as constant bug hunting honestly has us considering our options ATM.

Thanks.

Migrate react native to latest expo version with type script compatibility

Totally agree with this. I almost get the feeling that the React Native mobile project has been dropped in ABP in favor of MAUI, which would have been a logical decision if Microsoft ever got MAUI to be a serious alternative. Current state of MAUI is of course not ABPs fault but it leaves us in a situation where there really isn't a viable mobile option in ABP besides creating your own

Not sure if anyone actually read these threads but here is some more information about the actual ongoing work with this so there seem to be things happening

https://abp.io/support/questions/7625/React-EXPO--migration

Hi,

Yes, old and new CLI use different template sources.

Thanks. What about going forward then, would solutions created with old CLI work with ABP Studio?

Hi,

You are right; ABP should have full support for docker; we'll discuss it internally and get back to you

Thanks for responding.

This should for now mean that if you want Docker support, you would have to use the old CLI (or rather the startup templates for that but they seem to be tied together)?

Maybe just trying to actually open the suggested file in something like Notepad could provided some clues on what it is?

Have never seen it myself but thinking perhaps its something trying to render a HTML page or similar with no default browser selected but that is just a guess.

Hi all, it seems like ya are not read my comment well, I'll migrate to 51 but if you guys read the migration guid react expo recommend to update version incrementally. I'll migrate today to 51

https://reactnative.dev/docs/upgrading#expo-projects

Thanks, Masum

Thanks for the clarification.

And it will be TypeScript as well then going forward?

OK, so I decided to uninstall the new CLI and instead install the "old" CLI and use that to create a new similar solution. And to my surprise, that still contained what appears to be full docker support, including Docker Compose and the necessary scripts to build images etc.

With ABP Studio still being in beta (which seem to be true beta in this case with the bugs to go along with it), this really creates some confusion as to what solution to actually use when you want to build something for real production with ABP (not just with regards to Docker).

ABP really need to comment on this...

Hi, do you have web.config in your angular prod folder ? If yes can you please add a custom rule for getEnvConfig endpoint like below

<system.webServer> 
 <rewrite> 
  <rules> 
   <rule name="Redirect" stopProcessing="true"> 
    <match url="getEnvConfig" /> 
    <action type="Redirect" url="dynamic-env.json" /> 
   </rule> 
  </rules> 
 </rewrite> 
</system.webServer> 

Why would there be a web.config in an Angular application?

Can confirm we are also seeing this problem but it seems like the source of it has been identified.

Showing 111 to 120 of 313 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 27, 2025, 08:34