Base solution for your next web application

Activities of "timmackey"

"The obvious solution is to login."

I read the references to other posts that says to use "the console". Where is "the console"?

How does one login via Swagger, or is a manner that Swagger will recognize that you logged in?

I don't have access to <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues">https://github.com/aspnetzero/aspnet-zero-core/issues</a>

How do I get access to see what the issue is?

Followed your instruction:

public class ProfileAppService : ngTTMAppServiceBase, IProfileAppService { private const int MaxProfilPictureBytes = 262144; //1048576; //1MB ... }

Still getting exception:

INFO 2018-03-14 01:03:30,404 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-14 01:03:30,405 [3 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2018-03-14 01:03:30,405 [3 ] uthentication.JwtBearer.JwtBearerHandler - AuthenticationScheme: Bearer was successfully authenticated. INFO 2018-03-14 01:03:30,420 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-14 01:03:30,442 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method ngTTM.Authorization.Users.Profile.ProfileAppService.UpdateProfilePicture (ngTTM.Application) with arguments (ngTTM.Authorization.Users.Profile.Dto.UpdateProfilePictureInput) - ModelState is Valid ERROR 2018-03-14 01:03:30,950 [27 ] Mvc.ExceptionHandling.AbpExceptionFilter - Out of memory. System.OutOfMemoryException: Out of memory. at System.Drawing.Bitmap.Clone(Rectangle rect, PixelFormat format) at ngTTM.Authorization.Users.Profile.ProfileAppService.<UpdateProfilePicture>d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextExceptionFilterAsync>d__23.MoveNext() INFO 2018-03-14 01:03:30,958 [27 ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext. INFO 2018-03-14 01:03:30,959 [27 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action ngTTM.Authorization.Users.Profile.ProfileAppService.UpdateProfilePicture (ngTTM.Application) in 539.3324ms

Tried running the update package again. This is the result:

C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host>npm install abp-ng2-module --save npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\strip-json-comments-6c5be904\package.json' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\strip-json-comments-6c5be904\index.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\strip-json-comments-6c5be904\license' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\buffer-entry.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sax-9b466ea3\examples\example.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\strip-json-comments-6c5be904\readme.md' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sweetalert-fa40080a\dist\sweetalert.min.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\entry-writer.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\waypoints-63fd7885\src\context.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sax-9b466ea3\examples\get-products.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\entry.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\waypoints-63fd7885\src\debug.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sax-9b466ea3\examples\hello-world.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\extended-header-writer.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\waypoints-63fd7885\src\group.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sax-9b466ea3\examples\pretty-print.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\extended-header.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\sax-9b466ea3\examples\big-not-pretty.xml' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-api.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\extract.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-base64-vlq.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\cloneDeepWith\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\global-header-writer.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tslint-96c52bc5\lib\language\formatter\abstractFormatter.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-base64.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\header.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tslint-96c52bc5\lib\language\formatter\formatter.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-binary-search.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\pack.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tslint-96c52bc5\lib\language\formatter\abstractFormatter.d.ts' npm WARN tar ENOENT: no such file or directory, lstat 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\topojson-4e7e2eba\lib\topojson\topology' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-array-set.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde\lib\parse.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tslint-96c52bc5\lib\language\formatter\formatter.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-source-map-consumer.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tar-a1154dde.travis.yml' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-source-map-generator.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-source-node.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-util.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\util.js' npm WARN tar ENOENT: no such file or directory, lstat 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\ts-helpers-829c08f2\typings\main\ambient\mocha' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377\test\source-map\test-dog-fooding.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\source-map-5ffdf377.travis.yml' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\ts-helpers-829c08f2\typings\main.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\ts-helpers-829c08f2\ts-helpers.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\ts-helpers-829c08f2\tsconfig.json' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\ts-helpers-829c08f2\typings.json' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\fb\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\findLastKey\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@angular\core-2864658a\src\profile\profile.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@angular\core-2864658a\src\profile\wtf_impl.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\abutment.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\constraint.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\markAttachment.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\shift.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\tether.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\tether-68bf8e46\src\js\utils.js' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\flow\index.d.ts' npm WARN tar ENOENT: no such file or directory, lstat 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\selenium-webdriver-be4baaa4\lib\test\data\js\skins' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\fromPairs\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging\selenium-webdriver-be4baaa4\lib\test\data\js\skins\lightgray\skin.min.css' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\intersectionWith\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\isEqualWith\index.d.ts' npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\node_modules.staging@types\lodash-a805e548\pad\index.d.ts' npm WARN [email protected] No description npm WARN [email protected] No repository field. npm WARN The package codelyzer is included as both a dev and production dependency. npm WARN The package jasmine-spec-reporter is included as both a dev and production dependency. npm WARN The package karma is included as both a dev and production dependency. npm WARN The package ts-node is included as both a dev and production dependency. npm WARN The package typescript is included as both a dev and production dependency.

npm ERR! code EINTEGRITY npm ERR! sha1-0sMepJKyK2qNiHrqFZiaI4/AhK4= integrity checksum failed when using sha1: wanted sha1-0sMepJKyK2qNiHrqFZiaI4/AhK4= but got sha1-s+4q3E2tVI1K6ZiZT1rIAtx1O4Y=. (16980 bytes)

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Tim\AppData\Roaming\npm-cache_logs\2018-03-14T07_03_00_895Z-debug.log

And if the install did succeed the instructions on npm (<a class="postlink" href="https://www.npmjs.com/package/abp-ng2-module">https://www.npmjs.com/package/abp-ng2-module</a>) are a bit sketchy. i.e. "In order to use AbpHttpInterceptor in your module, first import it into your module like below;" What/where is the module?

And this: "then, add it to your module providers like below;" What modules? Where? What files?

These instructions are clearly written for high priests, not for nubes. I'm a nube. I've been trying to get this app running for 2 weeks now and still experiencing problems with just getting it to come up. Very frustrating when support says "just do this and it will work" and it doesn't.

Apparently this is an Edge-only problem. When I used Chrome, I did not have to change the tenant (it was the correct tenant) and I logged in normally.

@aaron: ran yarn at initial setup time per Setup page.

When clicking 'Save' for the 'Change profile picture' dialog an Exception is thrown when .jpg image size is 1.06 MB. Log file details follow:

INFO 2018-03-13 19:31:16,205 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS <a class="postlink" href="http://localhost:22742/Profile/UploadProfilePicture">http://localhost:22742/Profile/UploadProfilePicture</a>
INFO 2018-03-13 19:31:16,205 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:16,205 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.2295ms 204 INFO 2018-03-13 19:31:16,213 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 POST <a class="postlink" href="http://localhost:22742/Profile/UploadProfilePicture">http://localhost:22742/Profile/UploadProfilePicture</a> multipart/form-data; boundary=----WebKitFormBoundaryaG2et5LvzCzDF9Cd 1120510 INFO 2018-03-13 19:31:16,213 [8 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:16,214 [8 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2018-03-13 19:31:16,215 [8 ] uthentication.JwtBearer.JwtBearerHandler - AuthenticationScheme: Bearer was successfully authenticated. INFO 2018-03-13 19:31:16,219 [8 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:16,219 [8 ] uthorization.DefaultAuthorizationService - Authorization was successful for user: admin. INFO 2018-03-13 19:31:16,220 [8 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method ngTTM.Web.Controllers.ProfileController.UploadProfilePicture (ngTTM.Web.Host) with arguments ((null)) - ModelState is Valid INFO 2018-03-13 19:31:16,429 [3 ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext. INFO 2018-03-13 19:31:16,429 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action ngTTM.Web.Controllers.ProfileController.UploadProfilePicture (ngTTM.Web.Host) in 209.6691ms INFO 2018-03-13 19:31:16,431 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 217.2792ms 200 application/json; charset=utf-8 INFO 2018-03-13 19:31:16,468 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET <a class="postlink" href="http://localhost:22742/Temp/Downloads/userProfileImage_2.jpg?v=1520994676454">http://localhost:22742/Temp/Downloads/u ... 0994676454</a>
INFO 2018-03-13 19:31:16,468 [8 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/Temp/Downloads/userProfileImage_2.jpg'. Physical path: 'C:\Users\Tim\Documents__ngTTM\src\ngTTM.Web.Host\wwwroot\Temp\Downloads\userProfileImage_2.jpg' INFO 2018-03-13 19:31:16,497 [42 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 28.7071ms 200 image/jpeg INFO 2018-03-13 19:31:42,468 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS <a class="postlink" href="http://localhost:22742/api/services/app/Profile/UpdateProfilePicture">http://localhost:22742/api/services/app ... ilePicture</a>
INFO 2018-03-13 19:31:42,468 [8 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:42,468 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.4026ms 204 INFO 2018-03-13 19:31:42,495 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 PUT <a class="postlink" href="http://localhost:22742/api/services/app/Profile/UpdateProfilePicture">http://localhost:22742/api/services/app ... ilePicture</a> application/json 76 INFO 2018-03-13 19:31:42,496 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:42,537 [3 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2018-03-13 19:31:42,537 [3 ] uthentication.JwtBearer.JwtBearerHandler - AuthenticationScheme: Bearer was successfully authenticated. INFO 2018-03-13 19:31:42,543 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2018-03-13 19:31:42,549 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method ngTTM.Authorization.Users.Profile.ProfileAppService.UpdateProfilePicture (ngTTM.Application) with arguments (ngTTM.Authorization.Users.Profile.Dto.UpdateProfilePictureInput) - ModelState is Valid ERROR 2018-03-13 19:31:42,876 [42 ] Mvc.ExceptionHandling.AbpExceptionFilter - Out of memory. System.OutOfMemoryException: Out of memory. at System.Drawing.Bitmap.Clone(Rectangle rect, PixelFormat format) at ngTTM.Authorization.Users.Profile.ProfileAppService.<UpdateProfilePicture>d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextExceptionFilterAsync>d__23.MoveNext() INFO 2018-03-13 19:31:42,877 [42 ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext. INFO 2018-03-13 19:31:42,877 [42 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action ngTTM.Authorization.Users.Profile.ProfileAppService.UpdateProfilePicture (ngTTM.Application) in 333.3698ms INFO 2018-03-13 19:31:42,877 [42 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 382.3609ms 500 application/json; charset=utf-8

@vladsd. From what folder did you run the update package?

"install abp-ng2-module --save" displays warnings: npm WARN registry Unexpected warning for <a class="postlink" href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>: Miscellaneous Warning EINTEGRITY: sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw== integrity checksum failed when using sha512: wanted sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw== but got sha1-XdnabuOl8wIHdDYpDLcX0/SlTgI=. (8048 bytes) npm WARN registry Using stale package data from <a class="postlink" href="https://registry.npmjs.org/">https://registry.npmjs.org/</a> due to a request error during revalidation. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of zone.js@^0.8.4 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.

  • [email protected] added 6 packages, removed 30 packages and updated 144 packages in 139.821s

"npm run build" displays: npm ERR! missing script: build npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Tim\AppData\Roaming\npm-cache_logs\2018-03-13T17_28_05_978Z-debug.log

Log file is here: [http://s000.tinyupload.com/index.php?file_id=47826539049437627714])

"Getting Started in Angular" says: "Run API Host Once you've done the configuration, you can run the application. Server side application only contains APIs. So, default page is a swagger UI which can be used to investigate the API:"

The first line of this issue says "When running *.Web.Host, tooltip for breakpoint says "The breakpoint will not currently be hit. No symbols have been loaded for this document.""

The breakpoing is on line 40 in the 'save()' method in *.Web.Host\src\account\shared\tenant-change-modal.component.ts

I am reasonably sure this is server. Yes?

Microsoft Edge. No errors in browser console.

Showing 371 to 380 of 398 entries