bingolusa

Results 4 issues of bingolusa

I set my project with Webpack-5 and typescript. I got this error first time I rendered the ` ` without "value" prop. ![md](https://user-images.githubusercontent.com/47233790/107902329-18bcfd80-6f14-11eb-93a7-00992b601b95.png) I checked the documentation and looks like...

Google is seeing callback url as "http://localhost:4500/auth/auth/google/callback" //double "auth" this is the callback url I set on app settings. `http://localhost:4500/auth/google/callback` this is passport configuration: ``` passport.use( new GoogleStrategy.Strategy( { clientID:...

I even copied and pasted exact code but I get same error: jquery-3.3.1.min.js:2 POST http://localhost:3000/email 404 (Not Found) Since I log the ajax requests on console, I also get this:...

I got an issue compiling my contract in hardhat. I copied the code to Remix and got the same error. This part of the code has an issue: ```sol function...