QuickApp icon indicating copy to clipboard operation
QuickApp copied to clipboard

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development

Results 76 QuickApp issues
Sort by recently updated
recently updated
newest added

Hi! I am using QuickApp to learn and i could not find any tutorials on how to get the dbcontext part working, I have connected to SQLServer but I need...

I'm getting 401 error when after I login as Admin and click on setting icon. It works fine on IIS express(running Visual studio) but not working when I try to...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hello, I have an error with your sample app on the following route after authentification successfully : - https://localhost:44350/api/account/users/me - https://localhost:44350/api/account/roles ![image](https://user-images.githubusercontent.com/7107471/68149004-6428e380-ff3d-11e9-8fbd-7a8521bb4cf5.png) ![image](https://user-images.githubusercontent.com/7107471/68149049-773bb380-ff3d-11e9-8514-ebe2cf5851ce.png) fail: Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler[3] Exception occurred while processing message....

Error Number:2714,State:6,Class:16 There is already an object named 'AppCustomers' in the database.

Admin can you please commit Registe user and gmail login code..

I can run my app locally and browse but with docker it always fails ```yaml FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build WORKDIR...

Reset password not working properly when the url has ASCII codes. ![image](https://user-images.githubusercontent.com/8931042/95804203-d742ea00-0cb6-11eb-9fd4-7c79ad6ff5b7.png) Application breaks and nothing is loading on the page. Please advise.

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

I'm using this starting template in almost every new project that I make. It has all the things I need setup. I'm trying to make a multitenant application and I...