If you're using 0.0.0.0 for your local server address, try making changes to your vite.config.js file
export default defineConfig({ server: { host: '0.0.0.0' }, });