Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

Duplicate of #6375

(Not addressing the discussion above, but please pardon me for raising a point: It is confusing when you use blockquotes to highlight your own points. Blockquotes are meant to be used to quote existing content. I suggest using bullet points to bring attention to your points instead. If you are agreeable and make the changes, then I am open to deleting this comment at your request.)

It is read from database.

Also can you explain the difference between the two methods of localization? Why did you introduce the pipe?

localize pipe was introduced to prevent calling localization every time Angular runs change detection, possibly [on] every mouse move on the container component.

See aspnetzero/aspnet-zero-core#2001.

Should I change my app to use the pipe method everywhere?

Yes, it is recommended.

Duplicate of aspnetzero/aspnet-zero-core#1426 Duplicate of aspnetzero/documents#108

Enabling WebSockets on Azure App Service Web Apps: https://docs.microsoft.com/en-us/aspnet/signalr/overview/deployment/using-signalr-with-azure-web-sites#enabling-websockets-on-azure-app-service-web-apps

What's the error?

CORS is a browser concept and should not affect Ionic apps.

It was changed in v5.5 (June 2018) to Allow using appconfig.json for different environments (commit 580d2bb).

That file is included in ASP<span></span>.NET Zero source code and should have been added to your solution during your upgrade.

It is specified in environment.prod.ts.

Try:

"CorsOrigins": "https://*.nuagecare.net/,https://nuagecare.net/"

By the way, you don't need https://jsonip.com/ as that site does not call yours and it was determined to not be the cause of an earlier issue that you had.

You can use SettingManager.

Answer

Note to maintainers regarding the error faced by @gpicazo:

InitialHostDbBuilder.Create is called before DefaultTenantBuilder.Create in SeedHelper.cs, so defaultTenant is null.

Showing 181 to 190 of 1543 entries