Closed EllieMaffio93 closed 3 years ago
hmmm. Sorry I didn't see this.
I'm not a docker expert... But its probably something to do with docker... :/ I'm not sure. Let me reach out adn ask someone I know who uses this with docker and see what he says.
Hey @EllieMaffio93,
I replicated your setup and was able to get it working!
The issue was coming from webpack.config.json. On line 96 where the proxy for BrowserSync is setup. You need to remove "https://". Your docker setup does not have an SSL, so the BrowserSync proxy was looking for the site on a protocol that was not working.
@saltnpixels, I will be putting in a PR to correct this issue, by allowing the user during setup to define whether their server is running on "https"
Cool. thanks @jp-albrecht
Hi! I've installed Ignition theme a couple of times. Everything seems to be ok, but when I run Webpack my browser opens a new tab (localhost:3001) which keeps on loading forever. I'm starting to think the problem is with Docker and Webpack.
Here's my docker-compose.yml file:
...and my theme.config.json:
If I go to localhost:3000 I'm able to see new templates and html additions, but none of the css I add. is there something I'm missing? Sorry, I'm new to Webpack and I don't know how to configure it in order to make it work.
I really like your theme and I'm looking forward to starting develop with it!
Thanks for your help!
Eleonora