Nicholas Loomans

Results 5 issues of Nicholas Loomans

I am trying to set up my site to be served with nginx. Currently if I run gulp dist it works fine and I get a folder with a bunch...

The policies `addDataCreate` and `addDataUpdate` are meant to be run on routes that save data to automatically set and update `createdUser` and `updatedUser` fields but this doesn't work if you're...

```json "express": "^4.17.2", "typescript-rest": "^3.0.4", ``` I have a route in a service: ```typescript @GET @Path("/") @PreProcessor(restAuthorise(all)) getBulkConflictsForm(@HeaderParam("content-type") contentType = "") { return this.presenter.makeBulkConflictsForm(contentType === "application/json"); } ``` As you...

Some of your variables (i.e. secret) have a jsconnect_ prefix in the config but not in this file. Adding this prefix allows the code to work, otherwise you get a...