Trying to run the fresh instance, and logging into http://localhost:22742/Ui/Login results in a redirect back to the same screen. Breakpoints show successful login via manager and services.
@maliming, we are on version 8.
In a brand newly downloaded instance of the system (Angular and ASP.NET Core), there are 34 instances of localhost (via search) in the solution. And another 12 in nuget packages related to the solution.
Setting aside the references for the angular app (4200), web public, and production/staging, there appear to be 5 distinct ports in use across 7 instances of the use of the word localhost related to running web:
Our current goal is to move (for development) to 44305 for asp.net core, and 4205 for angular.
What are causes for the /AbpUserConfiguration/GetAll failing like this?
It's highly frustrating that this stuff seems so hard to keep stable with 'simple' changes.
Here's the current state:
Note, we are able to access the Swagger UI and get results for example GetTenants, returns the Default tenant with various attributes under the items array.
We're completely blocked by this issue, what can be done?
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined at rm (main.59aa48947dbf150152e1.js:1) at main.59aa48947dbf150152e1.js:1 at t.invoke (polyfills.b90e79c26d150fdebb27.js:1) at Object.onInvoke (main.59aa48947dbf150152e1.js:1) at t.invoke (polyfills.b90e79c26d150fdebb27.js:1) at e.run (polyfills.b90e79c26d150fdebb27.js:1) at e.run (main.59aa48947dbf150152e1.js:1) at e.bootstrapModuleFactory (main.59aa48947dbf150152e1.js:1) at OA (main.59aa48947dbf150152e1.js:1) at Module.zUnb (main.59aa48947dbf150152e1.js:1)
For us, the projects are developed separately, and then merged at the end. That compiled solution being deployed is around 46 megs, not sure it will fit in email.
FWIW, we haven't changed anything at all, first efforts are around CI/CD :)
I'm having the exact same error, this is a first time deploy. In this case, it's self hosted, and the angular application is in the same IIS web app.
This is with ANZ 7.0, Windows Server 2016.
Yes, specifically Octopus Deploy. This means that once the application is built, it will be deployed to separate locations (something like qa.appname.com, demo.appname.com, etc. ).
That document didn't seem to go quite that far.