Activities of "lizhaofeng"

Question
  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

OpenId applications edit scopes lost

Before change ["rst:code id_token","ept:logout","gt:authorization_code","rst:code","ept:authorization","ept:token","ept:revocation","ept:introspection","gt:implicit","rst:id_token","scp:address","scp:email","scp:phone","scp:profile","scp:roles","scp:BookStore"]

After change ["rst:code id_token","ept:logout","gt:authorization_code","rst:code","ept:authorization","ept:token","ept:revocation","ept:introspection","gt:implicit","rst:id_token","scp:BookStore"]

  • ABP Framework version: v7.0.0
  • UI type:Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1.When creating a new page using Module Template,Blazor lacks using

2.the url error

I've created an internal issue about this. Thank you for reporting, The question credit is refunded.

hi,yekalkan

downloadexcel missing remoteservice ,pls check it

This error was found to only occur in blazor service ,use file.WriteToStreamAsync

  • ABP Framework version: v7.0.0
  • UI type: Blazor Service
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. Choose file
  2. after 30 sec was System.TimeoutException

This error also occurs Blazorise FileEdit component

I created a Blazor project, followed the steps, but could not produce the error. If you are using a different step, please let me know.

hi gizem

Use Module Template to create a new page to get an error

Blazor project is ok

Hi @zhaof

downloadexcel missing remoteservice ,pls check it

Can you clarify this? Doesn't the as-excel-file api exist? Or is the url wrong?

hi yekalkan,

There is no problem if it is a single-tier program

But an error occurs if it is a multi-tier program. I think I should use remoteService

hi

Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

This seems a aspnetcore problem.

hi maliming ,

It will be OK if I add following statements. This is a change of net7blazor service. I suggest that DisableImplicitFromServicesParameters = true,or explain it in the doc.

context.Services .AddServerSideBlazor() .AddHubOptions(opt => { opt.DisableImplicitFromServicesParameters = true; });

eCheck the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.0.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

There is an error on the generated Blazor page when creating a Guid type field

Hi @zhaof,

You should not be able to select Guid type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't support Guid type.

Is it a module template? Or how did you add that property with Guid type?

Hi yekalkan,

Yes, I used a module template, but Blazor components do not support the guid type. My suggestion is to either not generate the guid type or convert it to a character type to avoid compilation errors.

Showing 21 to 30 of 77 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09