faridghar

Results 5 comments of faridghar

This is not just a Google Cloud issue then. How are we the only people running into this issue?

Still no luck. Could you dump the following files for me please: 1. .env 2. .medusa-config.js 3. node_modules/@medusajs/admin-ui/ui/src/constants/medusa-backend-url.ts as well as any environment variables you explicitly export?

Finally it worked! Thank you, Sir. As is the case with you, I'm not sure exactly which of all the changes I made did the trick so I'll experiment over...

Yeah, I believe those batch jobs errors have to do with the fact that you probably don't have redis up and running. If I'm not mistaken, the batch job functionality...

Based on [this](https://stackoverflow.com/questions/48789732/firebase-grecaptcha-is-undefined-with-react), I used window.grecaptcha in the isCaptchaOK() function and it works now. Not sure if I did something wrong or if this code needs to be changed.