Shubham Jain
Shubham Jain
Can i be assigned to this please :) ?
[@yuval-hazaz](https://github.com/yuval-hazaz)Ā [@abrl91](https://github.com/abrl91)Ā I have come up with below approaches ā Adding a new error type in `errors.ts` forĀ `ConflictException` Adding validation inĀ `CREATE_ENTITY_FUNCTION`Ā inĀ controller.base.template.ts * Validation would be to...
@yuval-hazaz Inside `What you expected to happen` Expected URL should be [https://app.amplication.com/login?invitation=[code]](https://app.amplication.com/login?invitation=%5Bcode%5D) :) ?
@JatinRanka This error happened for me just because my docker daemon was not running. So before you start the `amplication` build process you should make sure your docker is started...
@woodenfish It has changed recently i guess, tests has been failing before that :). Now I tried your suggestion as well and synched from latest master and it seems tests...
@tupe12334 When `ACGuard` is commented out in specs then tests pass ``` .overrideGuard(DefaultAuthGuard) .useValue(basicAuthGuard) //.overrideGuard(ACGuard) //.useValue(acGuard) .compile(); ``` What could be the reason ?
> I agree with @yuval-hazaz that we want to avoid Prisma-specific error handling in controllers. I'm okay with putting the logic in an exception filter. > > Also, let's think...
@yuval-hazaz @arielweinberger Please review.
On my local setup tests are failing for generated app and also facing other issue mentioned in discord https://discord.com/channels/757179260417867879/781089015548870695/1015553670324162623 https://discord.com/channels/757179260417867879/781089015548870695/1015522020064231505
> @shubhwip Can you please: > > 1. merge master into your branch > 2. accept the current snapshot files from the conflict files (the snapshot files from branch mater)...