Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working even though i connected bare server #4

Open
patritha opened this issue Mar 14, 2023 · 2 comments
Open

not working even though i connected bare server #4

patritha opened this issue Mar 14, 2023 · 2 comments

Comments

@patritha
Copy link

patritha commented Mar 14, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@patritha @06NinjaKid06 and others