You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I activated the software frontend and is working locally but when using a domain it says "> Waiting for Miku's power..."
Is anything else needed? seems that is unable to contact the backend... I changed the vite.config.ts
editing this line
server: {
strictPort: true,
allowedHosts: ['mikubeam.mydomain.cc'],
},
The text was updated successfully, but these errors were encountered:
You need to modify the server source code to allow connections from your new host, just as you need to change the server URL in the frontend source code.
This would be easier if docker was used. Ok I have an idea...
I activated the software frontend and is working locally but when using a domain it says "> Waiting for Miku's power..."
Is anything else needed? seems that is unable to contact the backend... I changed the vite.config.ts
editing this line
server: {
strictPort: true,
allowedHosts: ['mikubeam.mydomain.cc'],
},
The text was updated successfully, but these errors were encountered: