secondman

Results 15 comments of secondman

@daniellockyer I use the internal network IP for my database server. ```json "database": { "client": "mysql", "connection": { "host": "192.168.***.***", "user": "****", "password": "****", "database": "ghost_blog" } }, ``` Same...

@marianstiehler I have access to the private IP since my ghost server and my db server are in the same network. Prior to the change to MySQL 8 I could...

For the life of me I can't even imagine why it would take 2 months to review a pull request. 🤦🏻

There's already a pull request open. That's the point, it's been open since December.

OH ... it's yours that's open. Yeah I saw that one, hence my original comment.

You may need to alias it in your webpack config. Are you doing a separate config file for SSR? Because SSR can't have any modules in it that reference window...

@claudiodekker Any chance I can get some feedback on this? Thanks

Might wanna show some code on how you set it up.

Having the same issue more or less. Are you using vite, or webpack or what?

So you're saying you have `node_modules` installed in production servers? Or maybe I'm misunderstanding ...