IMPORTANT!
This forum is now archived. Click here for the New Support Forum
Forum Navigation
Post History: Eben Monney
Migrating the Backend (ASP.NET Core)
The backend is very compatible with the opensource version and …In: Upgrade to Pro possible?
7 years ago
Hello Keith,
That'll be lovely. Do share a repository.
Cheers
EbenIn: Kendo UI component integration
7 years ago
There's no implementation for Cosmos Db at this time.
You'll have to modify the project …In: Switch to Azure Cosmos Db
7 years ago
To add to what Jonathan said also cross check the router configuration at the client side. This is t …In: Loading screen on every link click
7 years ago
Yes. The next update includes this change.
This will be available in 2 days.In: What is the purpose of having 2 projects, can you integrate quickapp.material under quickapp.pro
7 years ago
Please refer to this article on how to use Sqlite in an EntityFrameworkCore project: https://docs.mi …In: Use Sqlite
7 years ago
The necessary configuration changes to deploy this project to IIS have already been made.
So deploy …In: Deployment
7 years ago
Implementing the IProfileService gives us a way of manually picking what is included in the Token as …In: Permissions into Claims in Token
7 years ago
Please see this post for how to resolve this error: https://www.staging8.ebenmonney.com/forum/?view= …In: escape-html not installed
7 years ago
There're cyclic cascade paths in your foreign key constraints. Hence migrations and DB seeding …In: Failed to load users
7 years ago
This line under startup.cs sets the migration assembly:
options.UseSqlServer(Configuration["Co …In: Pro - Scaffold an existing database into the DAL
7 years ago
At the moment there's no automated way of doing it.
One way I can think of is to have a mast …In: Localization Question
7 years ago
(local)
(local) appears in appsettings.json which is used during production.
It refers to the & …In: How to connect to local DB?
7 years ago
Ensure the cors configurations from Startup.cs exists. These are the only cors configuration needed …In: Failed to load users
7 years ago
Agreed.
Design patterns are merely a well known guide to prevent common pitfalls that may later c …In: Pro - Injection of Repository
7 years ago
7 years ago
Did you also split the IdentityServer portion from the Backent API as part of your modifications? Th …In: Failed to load users
7 years ago
Does the project run correctly at localhost?
Can you successfully publish offline to the filesyst …In: Azure build failed (trying to setup CI)
7 years ago
Jquery was removed from the PRO version.
Angular+Typescript+Material Design has very little need …In: jQuery Integration
7 years ago
Quote from Jes Kirkup on February 8, 2018, 11:15 am
Just my personal observation here ...
Do we …In: Pro - Injection of Repository
7 years ago
Quote from Jonathon Wyza on February 5, 2018, 5:59 pm
I noticed that in the sample, you create an I …In: Pro - Injection of Repository
7 years ago
The error states that the backend API is not running. Make sure you start the asp.net core applicati …In: What is the purpose of having 2 projects, can you integrate quickapp.material under quickapp.pro
7 years ago
QuickApp.Pro is a self contained project that contains both the Server (backend API) and the Client …In: What is the purpose of having 2 projects, can you integrate quickapp.material under quickapp.pro
7 years ago
The VS version does not use angular cli but uses msbuild/webpack/IIS, IIS Express (or whatever you s …In: Pro: CLI not setup in VS?
7 years ago
I was able to reproduce this. The fix will be included in the next update.
In the mean time you c …In: Pro - Password change broken
7 years ago
The error message indicates this is strictly a configuration issue
"The server was not found o …In: Cannot Login
7 years ago
Hello Jes,
I'm glad you are considering going PRO.
To answer your questions QuickApp does …In: Swagger API
7 years ago
Yes, this error is with Node Sass. You need to update the bindings for your current environment.
Th …In: App is loading
7 years ago
Check in the log files (from the log folder). You'll see details of the error there.
Send me …In: Cannot Login
7 years ago
Go to the console (i.e. Developer Tools from your browser - Press F12 in the popular browsers) from …In: App is loading
7 years ago
Please perform the below steps to try to address this timeout issue:
Does this timeout error ha …In: Execution Error
7 years ago
The compilation process failed at some point. The file "vendor-manifest.json" only exists …In: Compilation Error
7 years ago
See the feedback here on a similar request: https://www.staging8.ebenmonney.com/forum/?view=thread&a …In: New Users
7 years ago
For now the documentation available is what is available in the ReadMe of the respective projects th …In: Startup Documentation
7 years ago
*Since QuickApp PRO already has the width in 100% I'm going to assume you're referring to …In: Full width on mainContent
7 years ago
Hello Jonathon.
Find my response below:
Yes, hot editing is available for both the angular-c …In: Questions
7 years ago
No Brian. There's no VSTemplate (VSIX) available for the PRO.
For now you can only download …In: Is a VSTemplate (2017) available for the PRO version?
7 years ago
In the simplest form you can add the below code to your AccountController.
This will expose a &qu …In: How do build a page around this?
7 years ago
Yes.
"Password recovery" and "Public Registration" have been requested for so …In: Forget password functionality
7 years ago
Since your IdentityServer is different from your API server you'll need to configure a differen …In: External identity server
7 years ago
Yes I almost always debug JavaScript in Chrome.
I prefer the browser because debuging JavaScript …In: How do you debug Typescript in Chrome?
7 years ago
Check to see if you're using a "Release" build.
If you are change it to debug, del …In: How do you debug Typescript in Chrome?
7 years ago
Hello Jeremy. This is a startup template. That means it is the starting point of your application. E …In: How do build a page around this?
7 years ago
7 years ago
You should find some more information to what happened in the logs folder. But from your description …In: Register/login on production server
7 years ago
I'll do a blog post on that soon. Until then you'll have to roll up your ownIn: How to let users register with their Facebook accounts?
7 years ago
Need more info:
Which version of QuickApp are you using?
What is the angular version in your …In: Error when deploy to Azure, needs Angular 5 +
7 years ago
IMPORTANT!
This forum is now archived. Click here for the New Support Forum