Base solution for your next web application

Activities of "kallhag"

Hi

Im using version 8.2 but upgraded the angular version to 8. After the upgrade everything works except that it doesnt disply on Ios (most likly safari as well). The reason seems to to be how script set the type module and is rejected for some reason. Tried a suggested solution of setting "crossOrigin": "use-credentials" in angular.json. It then renders but the tenant settings becomes corrupt?

this is the problem Im facing; https://www.ilove-it.com/post/2019/08/28/safari-unauthorized-401-on-loading-angular-8-application-solved

Anyone has an easy and quick solutiion for this?

Thanks in advance!

hi! When I run locally with frontend and backend as localhost everything works, but, when I deploy to production with the sites frontend: a.domain.se backend: b.domain.se it all breaks (for example, downloading gdpr data (collect all data function), after some research I found out the cookie doesnt seem to be available on the backend, most likely because of different subdomain.

Seems pretty trivial, but how do I fix?

Br Albert

Question

Hi,

Recently got this message and not sure why? I might be because of .NetCore 3 but how do I fix it (cant uninstall it)

-> AppAuthorizationProvider.cs is being modified. -> FlowDbContext.cs is being modified. -> CustomDtoMapper.cs is being modified. Running add-migration... **Could not execute because the specified command or file was not found. Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.** Running update-database... **Could not execute because the specified command or file was not found. Possible reasons for this include:
  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.** -> crmSalesStates.component.ts is being generated. -> crmSalesStates.component.html is being generated. -> create-or-edit-crmSalesState-modal.component.html is being generated.
Showing 1 to 4 of 4 entries