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.
Nevermind. My fault!
I also have the same issue as recomended above . I created a new 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)
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.
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.