How to Access worldmonitor via External Network? #239
Replies: 1 comment 1 reply
-
Bro, you're looking for the wrong file because of an autocorrect typo! It is actually vite.config.js (or vite.config.ts), not "vote". By default, Vite (the build tool World Monitor uses) only listens to local traffic (localhost) for security. To open it up to your external IP, you have two super easy ways to fix it: Option 1: The fastest way (No file editing) Option 2: Edit the actual config file export default defineConfig({ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully deployed the web version of worldmonitor on my server, and the server has external network access capability. However, I cannot access it externally, and it prompts that I need to add the external network address to the whitelist in the configuration file, But I cannot find "vote.config.js"
Beta Was this translation helpful? Give feedback.
All reactions