Seems as though the initial page load works with Sage but when Browsersync reloads the page, nothing changes.
I noticed these errors in the console:
[Error] Origin http://localhost:3002 is not allowed by Access-Control-Allow-Origin.
[Error] Failed to load resource: Origin http://localhost:3002 is not allowed by Access-Control-Allow-Origin. (2e1ebcbd6a2e8ebb9a87.hot-update.json, line 0)
[Error] XMLHttpRequest cannot load http://localhost:3000/app/themes/ssafd-theme/dist/2e1ebcbd6a2e8ebb9a87.hot-update.json due to access control checks.
[Error] Unhandled Promise Rejection: Error: Manifest request to http://localhost:3000/app/themes/ssafd-theme/dist/2e1ebcbd6a2e8ebb9a87.hot-update.json timed out.
(anonymous function) (main.js:40)
promiseReactionJob
fkill :3000 ✔ 1732 15:50:59
? Error killing process. Would you like to use the force? Yes
AggregateError:
Error: Killing process 29683 failed: Process doesn't exist
at Array.map (<anonymous>)
at processExists.all.then.then (/Users/josephroberts/.config/yarn/global/node_modules/fkill/index.js:83:10)
at <anonymous>
at processExists.all.then.then (/Users/josephroberts/.config/yarn/global/node_modules/fkill/index.js:83:10)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:118:7)
Unfortunately it’s not playing nice. Is there a way to see what’s possibly running on that port?