Base solution for your next web application

Activities of "christianharo"

Hello,

I have purchased ASPNEt Zero to create a new project. This project will make use of multi-tenancy and will be using a single database as I plan to host this in azure. The tenants will be able to create users in their own with different roles and permisions.

Question :

Aspet Zero (ABP) uses "Tenancy name" at login time to recognize the correct Tentant. This can be confusing/troublesome for the tentant and their users if this name is fogoten will casuse administration issues , if the tenats and their users are usign a new device

Is there an out of the box way that the Tenacy name is automatically recongnized based on the username and password ? if not Is there an example in how to correctly implement this using the framework ?

Thank you.

Hello,

1.- I was hoping to resolve this without use of the DNS as this will be hosted in an azure site 2.- I am not tryiing to implement anything like [email protected] will belong to tenant named MyCompany. As many of the users will have like gmail addresses.

I was trying to resolve the name og the tenant by only making use of the email and password.

Question

Hello,

Having an issue ? The App runs fine in developpment and crashes when deployed.

I'm using ASP.NET CORE & Angular V.8.0.0. ( latest)

From IIS I can start the backend and it runs ok.

But when I launch the app from the browser, here is the error I get this error :

ERROR SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at XMLHttpRequest.o.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (main.002842262ec102d6dcb0.js:1) at XMLHttpRequest.I (polyfills.e4561eaaef4f193a51de.js:1) at t.invokeTask (polyfills.e4561eaaef4f193a51de.js:1) at Object.onInvokeTask (main.002842262ec102d6dcb0.js:1) at t.invokeTask (polyfills.e4561eaaef4f193a51de.js:1) at e.runTask (polyfills.e4561eaaef4f193a51de.js:1) at e.invokeTask [as invoke] (polyfills.e4561eaaef4f193a51de.js:1) at b (polyfills.e4561eaaef4f193a51de.js:1) at XMLHttpRequest.m (polyfills.e4561eaaef4f193a51de.js:1)

I also have the same issue as recomended above . I created a new question.

Nevermind. My fault!

Hi optixdev. My just was a typo on the configuration "appconfig.json file. I was adding a "/" at the end of the remoServicebaseUrl. What cause the client to not find the server.

{ "remoteServiceBaseUrl": "http://localhost:22742", "appBaseUrl": "http://localhost:4200", "localeMappings": { "angular": [ { "from": "pt-BR", "to": "pt" }, { "from": "zh-CN", "to": "zh" }, { "from": "he-IL", "to": "he" }, { "from": "es-MX", "to": "es" }, { "from": "vi", "to": "en" } ], "moment": [ { "from": "es-MX", "to": "es" }, { "from": "zh-Hans", "to": "zh-cn" }, { "from": "vi", "to": "en-gb" } ] } }

I am using AspNet Zero Core + Angular 8.1 how to change the brand color from the default current purple color ?

Hello,

The link you had provided is a 404 ( Page not found)

I am loged in with my owner account. If that is what you reffering to.

Showing 1 to 10 of 26 entries