Base solution for your next web application

Activities of "alfar_re"

Hi,

How can I detect the current user/ tenant from the login page without using the tenant selection or subdomain?

  • ASP.NET
  • MVC
  • .NET CORE
  • Latest ABP Framework according to Zero 9.1

Hi,

I'm wondering if it is possible to have sub user accounts. My use case is - our software is used by property agents and they'd like to have their clients (landlords and tenants) have access to individual data. Can this be achieved off the bat by Zero or it would be a separate project?

Below is my project data

  • ASPNETZERO 8.1
  • MVC
  • .NET CORE

Hi,

I'm getting an error with localization within domain services. I have some domain services that are used by background processes and there is an error with L("")

Question

Hi,

Is it possible to have an endpoint generated from the app services that does not require authentication?

The use case is that there is a webhook we register for using a callback url and there is no way of configuring it to post with headers or anything to authenticate. What will happen is we will check the IP that's posting.

Hello,

I created my own modal within a page to send an SMS. This is what am getting.

My javascript file looks like this

Hello,

I'm getting the following error on postman. What could be the issue?

I'm passing this for authentication:

{ "userNameOrEmailAddress":"admin", "password":"123qwe" }

Then this is the result:

{ "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "Current user did not login to the application!", "details": null, "validationErrors": null }, "unAuthorizedRequest": true, "__abp": true }

Hi,

I'm stuck with this error. It's set us back 5 days. Kindly assist with this.

Question

Hi,

I've been trying to regenerate an entity and the build keeps failing on power tools but when I rebuild my solution there is no error.

I'm using power tools version 2.3.0 (which seems to have auto-updated) with Aspnetzero 8.1

Question

Hi,

I'm getting this error on login page under console in dev tools

TypeError: abp.services is undefined

Am not sure what the issue came from.

Hello Zero,

I would like some help extending the billing information settings to add some fields such as phone number, email etc.

I wouldn't want to break anything in the process.

I'm on ASP.NET Core MVC & jQuery.

Showing 11 to 20 of 37 entries