Mariano Peyregne

Results 7 comments of Mariano Peyregne

I'm having an issue that maybe is related to this. I've configured the `.env` file with this parameters: ``` MAIL_FETCH_HOST=xxxx.zoho.com MAIL_FETCH_PORT=995 [email protected] MAIL_FETCH_PASSWORD=zzzz MAIL_FETCH_OPTIONS=/pop3 MAIL_FETCH_USE_SSL=true ``` But I'm getting this...

Same issue here . ``` Rendering Complete, saving .css file... Wrote CSS to /app/src/index.css Wrote 1 CSS files to /app/src/ Creating an optimized production build... `@babel/polyfill` is deprecated. Please, use...

@oliveroneill could you please include this into the library ?

Hi, I'm having the same problem. I need to inject env variables to files within the public directory like manifest.json and other service workers js files. Do you guys know...

@paulmwatson @slevy85 Thank you guys for your suggestions! 🎉 Finally I've solved it using webpack CopyPlugin and react-app-rewired (because I don't want to eject)

hey @RomainLanz Thanks for your response actually you are right, it seems to be a missing early return before hitting DB if FK is `null` If you give me more...

hey @thetutlage - I've just pushed this sample project so you can easily reproduce the bug: https://github.com/Marian0/adonis-lucid-playground I wrote some lines in the readme so it should be easy to...