Vladyslav Hrehul

Results 15 comments of Vladyslav Hrehul

@gituseryt Go to QuickApp/DAL/DatabaseInitializer.cs then find method public async Task SeedAsync() ``` await CreateUserAsync("user", "tempP@ss123", "Inbuilt Standard User", "[email protected]", "+1 (123) 000-0001", new string[] { userRoleName }); ``` And here...

> The SSL connection could not be established Probably you configured your project with https and in postman you should add configuration for ssl too.

@thomas1008 Check ApplicationUrl in appsetting.json

@rathiayush https://github.com/emonney/QuickApp/tree/v2.6.1 Just look tags instead of branches :)

https://stackoverflow.com/questions/50935730/how-do-i-disable-https-in-asp-net-core-2-1-kestrel

> [2019-04-25T18_04_40_590Z-debug.log](https://github.com/emonney/QuickApp/files/3118292/2019-04-25T18_04_40_590Z-debug.log) > After creating a new project with the template, installed in VS 2019, I launch the execution and it shows me this error: > > An unhandled exception...

You have wrong configuration for the token. Also all requests will fail too.

> Hi All, > > I'm having a load error while trying the preference panels. > > the error shows that > UriFormatException: Invalid URI: Invalid port specified. > >...

> And instead using the todo component ? I would think you would want to use the Customer as a sample CRUD screen There is no CRUD for Customers and...

@farhadwahaj Just learn the basics of asp net :)