Jeffery ThaGintoki

Results 36 comments of Jeffery ThaGintoki

Have you tried to do `set node_env=production && npm run build`

I am currently encountering the same problem. To address it, I had to specifically update the parser package using the command `npm update @spruceid/siwe-parser`. While attempting to update the `siwe`...

@sharad2802 can you please test [this PR](https://github.com/JefferyHus/es6-crawler-detect/pull/60), it might fix your issue.

thank you so much for the contribution, I am reviewing and testing...

@ardok checkout [this PR](https://github.com/JefferyHus/es6-crawler-detect/pull/60) it does migrate the whole project to typescript.

I think they expect a sender `id`? from their documentation ```bash curl --request POST \ --url https://api.brevo.com/v3/smtp/email \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "sender":...