Unstyled localhost when proxying local URL

I have a clean install of Sage 10 on a Lando WordPress install. When I run yarn dev Everything builds, but localhost:3000 is unstyled.

I’m getting a Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME error in console for the runtime and app js files.

I think It may be because Bud is proxying without a URL scheme in the URL (i.e. localhost:3000/wp-content/themes/bcw/public/runtime.74a7cd.js – no http)? Is there a way to force a scheme? I’m proxying http://sage10.lndo.site in the bud config.

1 Like

Should be resolved as of the latest updates to Bud/Sage

Try using v5.0.0-next.19 and make sure you have #2890 in place as well

2 Likes