Activities of "maliming"

hi

Now it is a normal input element, I don't know why you need to destroy and create it again.

Use abp-data-datepicker="false" will ignore abp.dom.initializers.initializeDatepickers method.

hi

Can you try this?

abp login mhd_hmz --organization "Projile Corporation"

Can I check it remotely? https://zoom.us/j/95141095759?pwd=T081bUVIUTltTlRLOVdYQmdzMkpjdz09

hi

You are using Tiered (MVC) so you also need change the BrandingProvider of Identity Server project.

Thanks uyarbtrlp I will check asap.

Can we have a session ?

ok

liming.ma@volosoft.com

hi hungvt

This seems to be a database problem.

How can I repro this?

hi @Ravisha

I realized that we don't need use IIS URL Rewrite, also no need to change your web.config, I just changed my HomeController.

public class HomeController : AbpController
{
	public ActionResult Index()
	{
		return Redirect("~/index.html" + HttpContext.Request.QueryString);
	}
}

Everything is working now.

You can try it, if there is still a problem, I can check it remotely.

hi

I will try to deploy and share the steps to you.

hi

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Steps to reproduce the issue:"
Showing 7591 to 7600 of 8469 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11