titaniumnetwork-dev / Ultraviolet-App

Example application of Ultraviolet which can be deployed in production.
https://docs.titaniumnetwork.org/proxies/ultraviolet
MIT License
291 stars 4.46k forks source link

Replit breaks with upgraded dependencies, nix channel, and node #21

Closed sz6084 closed 1 year ago

sz6084 commented 1 year ago

Expected Behavior

Once imported from Github to Replit, will run, open main page(index.html), and unblock websites

Current Behavior

Does not run and gives error in console: image

Possible Solution

Revert upgraded dependencies, nix channel, and node. Try looking to see if Replit currently supports these versions

Steps to Reproduce

Example: (https://replit.com/@sz6084/Ultraviolet-App)

  1. If not already, have an imported Ultraviolet App
  2. Pull any new changes/updates using the Git page.
  3. Try running the Repl

Context (Environment)

I'm trying to run the Repl to unblock a website. Pulling recent changes from Git page causes incompatability issues that may be hard to revert.

Detailed Description

Check if Replit supports the version of the upgraded dependencies, nix channel, and node

*If there is another issue with my imported project please let me know.

e9x commented 1 year ago

Perhaps I entered the NIX channel incorrectly. I will look into this, thanks.