Matt Blum

Results 39 comments of Matt Blum

Any idea why it was removed? I suppose we can just add it back in, but there's a lot of bad code out there that still needs to be used...

@hobofan this may be a dumb question, but how do you error out from there? Basically I was to say if unauthorized return a 403. If I'm not in the...

@hotrush I just installed @gonzunigad's fork and so far that seems to be working. At least I didn't get the `share()` error.

Did you ever figure this out? I'm seeing the same issue!

@tardoe is this was causes these errors: ``` Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement,...

We're in the same spot -- the module doesn't export anything.

@Vercryger could you post the code you're using when actually accessing this module in your code? I keep getting an error saying `Argument 'module' is not a function, got Object`

@dzmitrypanamarenka so here's how I'm doing it, although this has only been partially successful for me: ``` import { NestFactory } from '@nestjs/core'; import { AppModule } from './app/app.module'; import...

I've got the same exact issue. Did you ever figure this out?