Base solution for your next web application

Activities of "nathaliewehbe"

Question

Hello,

I am trying to publish the website aonn IIS and the angular project. I create new website for the website and under the website folder i create sub folder for the angular project ex: website is : wwww.website.com and the subfolder for the angular project is wwww.website.com/FolderNAme it's not working any idea why? I prut the appbaseurl: wwww.website.com/FolderNAme

Thank you

Question

Hi,

I am facing a memory issue when I publish the project on IIS. Why i am observing the memory growing exponentially with time, even when no activity is on the system. .Net Core host is growing exponentially reach 10gb from 16gb memory and still growing.

Can I know why? Aspnet zero: Asp.Net Core with angular version 6.9

Thank you.

Question

My Project is named Soffa so all the name spaces I have start with Soffa. Can I change "Soffa" to another name without loosing my changes. Will a full replace on the solution break anything? Or you have another better approach? Thank you

Hi

I want to check the emailaddress in ABPUsers if exist do come tticks related to my project where can I modify the code, because I found the CheckErrors() in CreateOrUpdateUser() function not clear CheckErrors(await UserManager.UpdateAsync(user));

Hi,

I am trying to Update in the user page some info the Cors origin block the url only on update.

Any help?

Hi,

I am trying to publish Angular project with th web host under the same route.

Default Web Site is localhost:80 and the Webhost is localhost:80/SoffaHost

ERROR:

"App": { "ServerRootAddress": "http://localhost:80/SoffaHost", "ClientRootAddress": "http://localhost:80/", "CorsOrigins": "http://localhost,http://185.187.94.224:9999", "SwaggerEndPoint": "/swagger/v1/swagger.json", "AllowAnonymousSignalRConnection": "true" }

"remoteServiceBaseUrl": "http://localhost:80/SoffaHost", "appBaseUrl": "http://localhost:80",

Hi

I am trying to open in new tab list of tenant from the host dashboard on click on " see all records" after publishing on IIS, it return error:

ERROR: HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

thanks

Hi,

I am trying to publish the angular project on IIS but i am facing problem with CORS policy.

ERROR: Access to XMLHttpRequest at 'http://localhost:8080/AbpUserConfiguration/GetAll?d=1563787668709' from origin 'http://localhost' has been blocked by CORS policy: Request header field abp.tenantid is not allowed by Access-Control-Allow-Headers in preflight response.

and my appsettings.Production.json is : "App": { "ServerRootAddress": "http://192.168.20.100:8080/", "ClientRootAddress": "http://192.168.20.100:80/", "CorsOrigins": "http://192.168.20.100:80" }

and I put in the web.config :

 <cors enabled="true"> <add origin="*" /></cors>

Any idea?

Hello,

I am facing a problem on ng build --prod , the error is in the following, any solution?

92% chunk asset optimization TerserPlugin <--- Last few GCs --->

[15616:000002217CD8AFF0] 233725 ms: Mark-sweep 1282.4 (1455.6) -> 1282.4 (1451.6) MB, 1375.6 / 0.0 ms (average mu = 0.143, current mu = 0.121) allocation failure GC in old space requested [15616:000002217CD8AFF0] 234498 ms: Mark-sweep 1282.4 (1451.6) -> 1282.1 (1449.6) MB, 772.8 / 0.0 ms (average mu = 0.091, current mu = 0.000) allocation failure GC in old space requested

<--- JS stacktrace --->

==== JS stack trace =========================================

0: ExitFrame [pc: 00000365CE55C5C1]

Security context: 0x0144a739e6e9 <JSObject> 1: _send [0000025C61359641] [internal/child_process.js:724] [bytecode=000001CD49E76731 offset=607](this=0x00150ab88899 <ChildProcess map = 0000032A7F4FB1A9>,message=0x00150ab88b01 <Object map = 0000032A7F4FC909>,handle=0x00e413b026f1 <undefined>,options=0x00150ab88879 <Object map = 0000032A7F4FD9E1>,callback=0x00e413b026f1 <undefined>) 2: send [000...

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 00007FF6050BF04A v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+5114 2: 00007FF60509A0C6 node::MakeCallback+4518 3: 00007FF60509AA30 node_module_register+2032 4: 00007FF6053220EE v8::internal::FatalProcessOutOfMemory+846 5: 00007FF60532201F v8::internal::FatalProcessOutOfMemory+639 6: 00007FF605842BC4 v8::internal::Heap::MaxHeapGrowingFactor+9556 7: 00007FF605839C46 v8::internal::ScavengeJob::operator=+24310 8: 00007FF60583829C v8::internal::ScavengeJob::operator=+17740 9: 00007FF605837765 v8::internal::ScavengeJob::operator=+14869 10: 00007FF605841064 v8::internal::Heap::MaxHeapGrowingFactor+2548 11: 00007FF6053FCA3B v8::internal::Factory::AllocateRawWithImmortalMap+59 12: 00007FF6053FF4ED v8::internal::Factory::NewRawTwoByteString+77 13: 00007FF605609AA8 v8::internal::Smi::SmiPrint+536 14: 00007FF60531582B v8::internal::StringHasher::UpdateIndex+219 15: 00007FF60533AB26 v8::String::Utf8Length+22 16: 00007FF604FF18B7 v8::internal::LookupIterator::index+37719 17: 00007FF604FEDAF3 v8::internal::LookupIterator::index+21907 18: 00007FF604FEA49A v8::internal::LookupIterator::index+7994 19: 00007FF60589C122 v8::internal::OptimizingCompileDispatcher::Unblock+59890 20: 00007FF60589D5AD v8::internal::OptimizingCompileDispatcher::Unblock+65149 21: 00007FF60589C606 v8::internal::OptimizingCompileDispatcher::Unblock+61142 22: 00007FF60589C4EB v8::internal::OptimizingCompileDispatcher::Unblock+60859 23: 00000365CE55C5C1

Thanks

Hi Please can you provide me with the difference between AbpUserLogins and AbpUserTokens? what is the purpose of AbpUserLogins and AbpUserTokens?

Showing 1 to 10 of 14 entries