I'm trying to run front end of the Age-viewer-go
on ubuntu 22.04
using the wails dev
command in age-viewer folder of the project.
but it gives the following error as shown in the image
failed to find the Vite server URL
According to your error, you can try the following troubleshooting steps:
npx vite --version
OR
yarn vite --version
npm vite
OR
yarn vite
This should start the server and print its URL.
Check your configuration in wails.json
to ensure that frontend corresponds to correct Vite URL and port.
Ensure that port is available. Check using:
lsof -i tcp:<port_number>
node_modules
.