Etienne-Joseph Charles

Results 14 comments of Etienne-Joseph Charles

Could you provide more details on how to reproduce the crash you are experiencing?

For anyone coming across this issue, when changing your user settings, don't forget to restart your VSCODE, or else, it simply won't take effect - I don't know if that's...

Got the same issue - @[lokimckay](https://github.com/lokimckay) what did you end up doing ?

Did find there seems to be an authentification error of sorts - by running `npx np preview` Could not pinpoint root cause yet. ![image](https://user-images.githubusercontent.com/2872476/154126280-f6ff7cd4-462f-41d8-887f-e493a3a03326.png)

@davej : Are you able to provide an example of how you did it ? I can't seem to get it right either ~

Given this file structure. ![image](https://cloud.githubusercontent.com/assets/2872476/21724187/5d702d06-d401-11e6-88e1-9d6784d30373.png) This is what I did to get it right. `args: [path.join(__dirname, '..'), '-r', path.join(__dirname, 'mocks.js')]` 1) The first argument correspond to the path of your...

> How are you all running your tests? Im using the following to run a jest/spectron test > > `npm test filename ` > > I've tried OP's setup and...

A big thanks to - https://github.com/defringe/verminal/issues/19 - helping me find about the setting

> I had a similiar issue and fixed it by specifiying the NEXTAUTH_URL with the proper base domain like https://example.org. This properly reformatted the callback url to my expected host....

@Link631 If possible provide the solution you did so that other people encountering the issue might come here and find what you did