devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Fixed #19

Closed nathankjos closed 5 years ago

devloco commented 5 years ago

Hmm... you say everything is working? Just to double-check everything, here are some screenshots of what everything working in Firefox looks like:

2019-05-29 10_59_19

2019-05-29 10_59_23

2019-05-29 11_03_59

If any of that differs (other than Safari vs Firefox differences), the things I can think of that might be causing it are:

  1. Is this an existing theme? Maybe updating to the latest version will help: Updating Existing Themes
  2. I've run into strange errors when I mix and match yarn and npm ... if the create-react-wptheme command used one (say yarn) and you later used npm for some operation, it can cause strange errors. Just nuke the node_modules folder and yarn or npm install to recreate the node_modules folder.
  3. Last, but not least, I see you're running https ... you should configure the little websocket server to run over SSL as well. I know Firefox shows weird errors when running the site over https but not the websocket server, instructions here: HTTPS/SSL Support

Hopefully one of those ideas works for you. Please, let me know. I don't have access to Safari...

Thanks!

devloco commented 5 years ago

lol you closed this while I was typing. Did you get it figured out?