Activities of "EngincanV"

Hi I'm having the same problem. Still getting the same error: [13:33:56 INF] ABP CLI (https://abp.io) [13:33:56 INF] Version 5.3.4 (Stable) [13:34:00 ERR] Could not get token from the OpenId Connect server! ErrorType: Http. Error: Unauthorized. ErrorDescription: The 'client_secret' parameter is not valid for this client application.. HttpStatusCode: Unauthorized

I could successfully login, logout and create a project via ABP CLI. What was the command that you used?

Hi @webking-abp1, we were running into problems on our websites but it fixed now. Can you try again? If it works for you please write back, so I can refund your ticket. Best regards.

Thanks - that's great. I noticed you have checked this into the Abp MailKitSmtpEmailSender too now. Will this be included in the version 6.0 final release? Or will it be sometime later that we will no longer need to do this override ourselves?

Thanks a lot.

Hi, it will be available from v7.0, so if you want to use it in meantime you need to override the method. Best regards.

reopening

Thanks @maksym, our support bot closed it sorry for that. I'll try to reproduce your problem and write you back within the day.

I was wondering if it could be because it was a long-lived ABP solution and we did a lot of changes to it. But I created a brand new ABP Solution and created a module within that Solution and tried again and still couldn't get ISettingManagement to work in the module.

btw, I used ABP suite to create this module within the solution (both times) using this button:

Hi, yes it might be related to your changes but it's weird to see this problem in a brand new solution. I'll test and write you back within the day. Sorry for the delay.

Hi, I guess you're using Mailkit package of ABP Framework right? If so, you can override the MailKitSmtpEmailSender class as follow:

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs#L31-L39

Hi,
I have now created a new app with the latest template (Blazor Server 6.0.0-rc.4), run it and the problem occurs immediately. To illustrate it I made a screencast: AbpBug3705.mp4

Thanks for the video, I was tested on Blazor WASM not Blazor Server so I did not see this problem. I'll create an issue for the problem.

Hi again, we could not reproduce the problem that you stated. Can you provide more information or retry again to ensure it was not a temporary problem?

I have a solution for number 4. I have implemented the boxed layout with the following CSS:

.lpx-topbar-container, .lpx-content-container { 
    margin: 0 auto; 
    max-width: 1280px; 
} 

8. Footer height is too big: I have discovered another new problem. The footer height is way too big (is calculated wrong). Probably the style is good for a blank / small page. But if there is content on the page, the footer becomes huge. The problem here is the min-height:

.lpx-content-container .lpx-content { 
    max-width: 1280px; 
    min-height: calc(100vh - 192px); 
    margin: 0 auto; 
} 

Thanks 🙏, I'll share your comments with the team.

Answer

Hi, can you provide extra information (what is your current location? do you use VPN while connecting to the abp.io website? etc.)?

Showing 371 to 380 of 730 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11