Proxy URL Not found

Hi , Im using Sage10 & cant seem to use the proxyurl on a mobile device over the same network.

Im using Local by Flywheel, would that effect it?

Can post package.json & bud.config.js if that would help?

Hello,

Some more specific details would help: what problem are you seeing exactly?

If the page loads but all your stylesheets are missing, then it’s probably related to this current issue:

The simplest solution I found was changing the line bud.config.mjs serve line from:

.serve("http://0.0.0.0:3000")

to:

.serve("http://192.168.x.x:3000") // <-- your local network IP address

Try making that change and restarting your yarn dev

2 Likes