-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Already have an admin account, and am running on a docker container
On the Grimoire Container Site (:port)
- Go to container site
- Click on "Add Bookmark"
- Add URL
- Nothing Happens
- Check logs
- See error 'Error creating bookmark from API request Unable to connect. Is the computer able to access the url?'
Using API/Extension
- Install extension
- Add Hosted site (:port)
- Login to created admin account
- Visit site you want to bookmark
- Open extension and click "Add Bookmark"
- It appears to load
- Nothing happens
- Check logs
- See error 'Error creating bookmark from API request Unable to connect. Is the computer able to access the url?'
Expected behavior
The bookmark to be added
Desktop (please complete the following information):
- OS: Debian GNU/Linux 11 (bullseye) x86_64
- Kernel: 5.10.0-34-amd64
- Browser: Edge
- Version: 134.0.3124.66 (Official build) (64-bit)
- Docker Image: goniszewski/grimoire:latest
Additional context
I'm using Tailscale to serve the container over https, but even when not using it the problem persists
Using these ENV. Variables
- GID=0
- PORT=5173
- PUBLIC_HTTPS_ONLY=false
- PUBLIC_SIGNUP_DISABLED=true
- UID=0
the GID and UID are because I was getting errors for chown and chmod changing access for the /app/data. It wasn't able to run without those, hopefully those don't cause any issues
Metadata
Metadata
Assignees
Labels
No labels