ngx-admin-bundle-support
ngx-admin-bundle-support copied to clipboard
Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
Hi, I bought the bundle and deployed it on ubuntu server. The frontend works fine. I am connecting the frontend to the Django backend. I am serving the Django api...
In the NestJS Starter Kit, src/app/pages/users/user/user.component.html: `placeholder` currently equals "Last Name", it should be "First Name" ``` ```
`npm test` results in a failed test and this error message: > Nest can't resolve dependencies of the AppController (AppService, ?). Please make sure that the argument at index [1]...
### Problem The test commands for the `backend` like ```sh npm test npm run test:e2e ``` fail due to different reasons: 1. `npm test` due to the DI cannot be...
Hello When I Get Grid orders or Users getting data it to slow, method call is about 25429 MS [HttpGet] [Route("")] [Authorize(Policy = "AdminOnly")] public async Task GetDataForGrid([FromQuery]UsersGridFilter filter) {...
I have slip-streamed the latest version of the node-ecom bundle back-end into my pre-existing project. If I use a pre-existing JWT token, I can access data through the various API...
I'm having a few issues with the PHP Laravel Starter Bundle 1. When i'm trying to edit a user while having admin permissions i get the following error and data...
### Problem The instructions are not clear how to set up a `mongo` database easily on `localhost` to be able to get the project up and running quickly. ### Solution...
We are trying to build the backend couse we want to run into production enviroment. Can you explain how to do it? which command have to run?
Hi! After a few minutes in the frontend, the token should (and does) time-out, but then the refresh token should kick in and allow more time on the same token,...