titaniumnetwork-dev / Ultraviolet-Static

Frontend for the example Ultraviolet-Node repository
https://docs.titaniumnetwork.org/ultraviolet
MIT License
28 stars 439 forks source link

not working even though i connected bare server #4

Open patritha opened 1 year ago

patritha commented 1 year ago

i added the bare server url to the config and i get an error page

config file: ` // This file overwrites the stock UV config.js

self.__uv$config = { prefix: "/service/", bare: "https://uv.holyubofficial.net/", encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: "/uv/uv.handler.js", bundle: "/uv/uv.bundle.js", config: "/uv/uv.config.js", sw: "/uv/uv.sw.js", };

`

06NinjaKid06 commented 7 months ago

readme says you arent supposed to add the uv.config.js