eve-git

Results 32 comments of eve-git

@ozamani9gh I don't think they are the same issue. The bug in this ticket occurs when requesting an new upgrade after an upgrade payment cancelled.

NR 5655852 is still shows incorrect expiry time. The transaction history below shows different time

Hi Jennifer, Megan, Jeff, I counted the NRs with APPROVED or CONDITIONAL state and the expiration_date is on today or after: There are 31 requests with expiration time at 00:01...

@jennweldon @MeganFedora Thanks for answering my question. Please let me know if anything I can be help.

After approved, the name-examination needs to be reload. However, the currentNameChoice is not set when nrStatus = 'APPROVED' https://github.com/bcgov/name-examination/blob/main/store/examine/index.ts#L491 so that after pushDecision, currentNameObj = undefined and the error occurred...

test: open Developers Tools and watch on console when approving a name. No error should be shown in console.

deployed in both TEST and DEV environment. Ready for testing

I followed the steps above, set nuxt/content >= 2.8.2 and nuxt >= 3.7.2 The warnings are disappeared and it works. However, I had to start from downloading the Namex Git...

@rarmitag do you think I can commit code? Do you know how to resolve the error?

steps: 1. clone a clean name-examination to disk 2. modify package.json: ``` "@nuxt/content": "^2.8.2", "nuxt": ^3.7.2 ``` run: ``` > npm i > npm run dev ``` The app starts...