-
Firstly, wow this project looks super interesting!
I ran into a snag spinning up each service as suggested in the docs:
```bash
NODE_ENV=staging npx nest start service-auth
```
Each servic…
av8ta updated
4 years ago
-
I am trying to follow the guide here: https://nestjs-admin.com/docs/custom-authentication, for providing custom authentication for the `nestjs-admin` app. There are a couple of issues with the docs a…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[x] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …
-
API endpoint for CRUD operations on courses, for courses admin interface.
It is expected that we will need a controller for each interface. Therefore it is not expected that this controller will be…
chrxr updated
4 years ago
-
API endpoint for CRUD operations on faculty, for faculty admin interface.
It is expected that we will need a controller for each interface. Therefore it is not expected that this controller will be…
chrxr updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
I want to use a container that returns promises for the instances retrieved from the container. Some services like DB connections re…
-
I need to combine two nest apps to one server instance, they must use the same port, how could I bind multiple nest **apps** to one server instance? I've tried the following code but it does not works…
-
@doug-martin I created this ticket for discussion. Because sometimes, I don't want the user can filter fields and fields will be null if they don't have permissions for that. I don't know a good solut…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## Bug Report
## Current behavior
When returning `throwError()` within a websocket interceptor the client does not receive an error event. Instead the error is shown in the console:
## Inpu…
MickL updated
4 years ago