Base solution for your next web application

Activities of "361apps"

Dears, we are facing a couple of issues deplying to production:

  1. Access to XMLHttpRequest at 'http://localhost:22742/AbpUserConfiguration/GetAll' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

configurations appsettings.production.json: "App": { "ServerRootAddress": "http://localhost:22742/", "ClientRootAddress": "http://localhost:4200/", "CorsOrigins": "http://localhost:4200"}

  1. the application is not wrinting the log files even through the folder on IIS is granted full access
Question

Dears, To our understanding you got a full change log (history of changes) by defiving your entity from FullAuditedEntity is that right?

Also, we've never found somthing regarding this in configuration or settings (activating the chagne log) is there any setting needed to activate this feature?

If our asumputions above are correct, then why our change log has no entries?

dears, we face this exception at client start-up which causing the whole system behavior to change whie in arabic language (like not being able to retrive the items and so on), so it is urgent and show stopper at the moment (Arabic is the baisc language of the system we're developing).

Please let us know what do you need to investiage and fix this ASAP.

the full stack of the exption is below:

ERROR Error: Uncaught (in promise): Error: Cannot find module './ar.js' Error: Cannot find module './ar.js' at ..js$ namespace object:5 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:388) at Object.onInvoke (core.js:3820) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:387) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (zone.js:138) at zone.js:872 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421) at Object.onInvokeTask (core.js:3811) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188) at ..js$ namespace object:5 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:388) at Object.onInvoke (core.js:3820) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:387) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (zone.js:138) at zone.js:872 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421) at Object.onInvokeTask (core.js:3811) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188) at resolvePromise (zone.js:814) at resolvePromise (zone.js:771) at zone.js:873 at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421) at Object.onInvokeTask (core.js:3811) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420) at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188) at drainMicroTaskQueue (zone.js:595) defaultErrorLogger @ core.js:1673 push../node_modules/@angular/core/fesm5/core.js.ErrorHandler.handleError @ core.js:1719 next @ core.js:4311 schedulerFn @ core.js:3551 push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub @ Subscriber.js:196 push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next @ Subscriber.js:134 push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next @ Subscriber.js:77 push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54 push../node_modules/rxjs/_esm5/internal/Subject.js.Subject.next @ Subject.js:47 push../node_modules/@angular/core/fesm5/core.js.EventEmitter.emit @ core.js:3535 (anonymous) @ core.js:3842 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke @ zone.js:388 push../node_modules/zone.js/dist/zone.js.Zone.run @ zone.js:138 push../node_modules/@angular/core/fesm5/core.js.NgZone.runOutsideAngular @ core.js:3779 onHandleError @ core.js:3842 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.handleError @ zone.js:392 push../node_modules/zone.js/dist/zone.js.Zone.runGuarded @ zone.js:154 _loop_1 @ zone.js:677 api.microtaskDrainDone @ zone.js:686 drainMicroTaskQueue @ zone.js:602 Promise.then (async) scheduleMicroTask @ zone.js:578 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask @ zone.js:410 onScheduleTask @ zone.js:297 push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask @ zone.js:401 push../node_modules/zone.js/dist/zone.js.Zone.scheduleTask @ zone.js:232 push../node_modules/zone.js/dist/zone.js.Zone.scheduleMicroTask @ zone.js:252 scheduleResolveOrReject @ zone.js:862 resolvePromise @ zone.js:808 (anonymous) @ zone.js:724 webpackJsonpCallback @ bootstrap:23 (anonymous) @ app-main-main-module.js:1

Question

Is there any documenation about how to write, change and use Template Files with RAD tool?

Dear, I've read almost all documentation you provided, yet couldint find anyting discussing this topic.

my question is this: when your RAD tool generate an angular based compnents, does it do that based on a predefined template that can be changed? an xml or json or whatever template used to pupulate the UI code generater?

In another words, is there a place to change lets say the PrimeNG Table with another custom one? so i can not just customize my generated app, but customize how the app would be generated?

Thanks.

Question

Dears, To my understanding once we bought your package we already had a license for Metronic, is that right?

if so, then how can we login to Metronic as they dont have free documentation with examples?

Thanks

when we are using the ASP.NET Zero Power Tools to load entities from DB all code is generated correctly and compilation is successfull for both web host and angluar client. but the actions button on the angular client is not functioning it does not open the context menu when clicked can you kindly support in this

Dears, Our team have an inquiry if it is possible to change the DB provider to a no SQL provider instead of using SQL server. if this is possible can you kindly send us the best approach to changing the DB provider

Showing 1 to 8 of 8 entries