Activities of "scdev01"

Hi

Thank you very much. The errors have disappeared but the layout is slightly different. For example the big logo is missing.

Hi,

Yes, you need to add using to the _ViewImports.cshtml file.

@using System.Globalization 
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers 
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap 
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling 

Hi @liangshiwei Only @using System.Globalization line was missing in that file. It still returning the same errors after adding it. The error references $ which I presume is jquery. So it looks like jquery is not bundled or loaded somehow.

Does this happen even if you keep refreshing the page?

Hi @IanW, can I email you a link to the staging application please? By navigating to that link with developer tools opened you can check the network timeline.

Hi,

Chrome developer tools are showing slow preflight queries as seen on the 2 pictures. Fetching application configuration is slow as well.

Hi,

Could you share the full application logs?

Hi,

Our solution is a multiservice app based on the commercial multiservice template.

with docker compose build

Does it work without docker-compose? eg dotnet restore or dotnet build

Yes dotnet build works on command line or in VS IDE. But it is not working with docker build. I am getting the following error:

[#35](https://support.abp.io/QA/Questions/35) 8.867 /src/apps/public-web/src/MyProject.PublicWeb/MyProject.PublicWeb.csproj : error NU1202: Package Volo.Abp.Commercial.Core 5.1.2 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Volo.Abp.Commercial.Core 5.1.2 supports: netstandard2.0 (.NETStandard,Version=v2.0)
[#35](https://support.abp.io/QA/Questions/35) 8.917   Failed to restore /src/apps/public-web/src/MyProject.PublicWeb/MyProject.PublicWeb.csproj (in 3.2 sec).
[#35](https://support.abp.io/QA/Questions/35) 8.926   3 of 7 projects are up-to-date for restore.

We are experiencing the same issue

Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11