Hi ismcagdas, I need to generate the sevices script for AngularJS on the latest version of AbpZero Net Core 8 version. This will allow me to use a new backend Net Core 8 with an old frontend AngularJs minimizing the refactoring.
What is the best way to do it? I've tried to investigate on master branch about the "internal class AngularProxyGenerator : IScriptProxyGenerator" but I can't understand if I can call it as the old version or something it's changed. Moreover that part seems still based on framework net 4.6.2 and seems also wrapped to be used by the Net Core 8 part...
Can you clarify why there are still projects in net framework version 4.6.2, how they are wrapped and what is the correct way to call/use the AngularProxyGenerator ?
Thanks in advance,
Fabrizio
Dear support, I'm migrating an old AspNetZero Net Framework + AngularJs app to version 13.2 (Net Core 8 + Angular v 17 )
At the time the useConventionalHttpVerbs were false by default, now the default it's true
To maintain the most compatibility as possible, I would change this parameter also on the new version but I have some questions: 1 - If I change the parameter to false, the Angular v 17 project will continue to work? 2 - Is it possible to use the useConventionalHttpVerbs = false only for my application services without changing method names or adding httpattributes to every single mathod?
Thanks in advance
Br, Fabrizio
Dear support, I've downloaded a new template for my project using the version 13.2.0 of Asp Net Zero - Asp Net Core + Angular The Angulart part is separeted from the Net one
I've successufully tested the backend, swagger and graphql works, etc...
Trying the frontend using VS Code, I'm not able to set the Tenant through the UI.
I'm using the base configuration for the first run, I've not changed any URL, parameters, etc...
But, after the click and the API call, nothing happen. No error on console, no error on backend logs, nothing. The popup remain open and I can't set the tenant
The only error I found on browser console issues is the following:
Do you have any suggestion?
Thanks in advance
Fabrizio
Dear support, I'm migrating an old project made using one of the first version of Abp Zero to the last one.
I'm not able to find in the code how the SecurityStamp is calculated and I need to generate a script in order to bulk update an old Abp database.
By Microsoft documentation it seems that the SecurityStamp is a GUID but, looking some values, I found something like this:
OXIPKPYZNK6A6FFF4WZBZG4FJCAX5ENE ZQEWXERQRJXIQEUIF62LPNCQAWOHNYPT
Could you help me sharing the code or providing me a method to bulk calculate it for the entire AbpUsers table?
Thanks in advance
Br, Fabrizio
Hi all, I'm using ABP Zero Angular 6 + Asp.Net core.
I need to create a page inside the angular part without all the common script/css automatically injected in all page. This page should be very fast starting from the first load (script & css cache are not useful in this case).
Probably, but I can implement a workaround, only the authentication part is needed.
Any suggestions?
Thanks in advance