-
Notifications
You must be signed in to change notification settings - Fork 12
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
git source clone, npm run dev, Cherry bookmarks have broken icons and NodeJS console error "Proxy opts.uri is mandatory" #11
Comments
@RocketDerp I think I've fixed it in |
I did a git pull and tried it again, but still seems to fail. My .env has no setting for HTTP_PROXY, so i think it is coming out undefined instead of an empty string. I hacked line 17 from:
to just
And it works. But if I do console.log right before this const fetchInit is defined:
Both variables show in console log as undefined |
@RocketDerp mind try pull main and test it again? |
Ok, your 2nd attempt fixed it. Thank you. Closing issue. |
Please tell me how to solve it |
I'm not running with docker or anything, just git clone of the project, setup .env for database, I was able to create (email/SQLite local) account through the webapp, then after adding a bookmark this error is on the server-side when running localhost in browser.
EDIT: More information. It's the images are broken on all the bookmark. In Chrome I opened the Image link in another tab and it's like this: http://localhost:5173/api/favicon/old.reddit.com - which generates the server-side console error.
I'm not running within docker, running native on Ubuntu 22.04 development machine. Thank you.
The text was updated successfully, but these errors were encountered: