Bart Ribbers commented on issue #160 Users existing only on social auth (e.g. Keycloak) can not be added to organizations or projects in GlitchTip Backend
David Burke commented on issue #160 Users existing only on social auth (e.g. Keycloak) can not be added to organizations or projects in GlitchTip Backend
Thank you, it works now, as often, a user problem :-)
Yagyansh S. Kumar
@Yagyansh
Hi. I'm running self-hosted GlitchTip on Kubernetes with AWS RDS for Postgres DB. All is running fine except that I am noticing a rapid increase in the size of the search_vector index of the issues_issue table without any increase in ingestion. My retention period is also very small at 10 days. The size of the index was fine for the first couple of weeks but since then it has started growing at a rapid pace and no matter how much the size of DB is increased, it consumed all the storage. The size of the issues_issue table is very small though but the index is growing crazily. Any insights on this behaviour?
amks1
@amks1
Hi, I'm using a self-hosted version of Glitchtip to monitor a Flask app.. Just dropped in to say great work! Looking forward to contributing in some way...
Sounds like you're hitting the Django server with debug mode on. Are you trying to develop glitchtip locally? If so, make sure you're running the frontend as well. It defaults to port 4200.
Deepak Jain
@Deepak1100
yup i am running this command ./bin/run-migrate-and-runserver.sh
Deepak Jain
@Deepak1100
btw i have also ran the docker-compose and getting same error there
GlitchTip has a Django backend and Angular (JavaScript) frontend
Deepak Jain
@Deepak1100
thanks was able to run after starting frontend
i thogut docker-compose is end-to-end and hence didn't look into it
Yusup Khasbulatov
@khashashin_twitter
Hi there, I see the message in Org creation view: "Registration has been disabled on this instance of GlitchTip. Contact an administrator to be invited into an existing organization."
I'm actually selfhost glitchtip, can I somehow set myself as owner to be able to create new orgs?
@khashashin_twitter: I believe if ENABLE_OPEN_USER_REGISTRATION is set to false in your environment variables (which it appears to be since you are getting that message) you will need to use the backend to create a new organization.
FYI, I created an issue for this on GitLab, since it would be nice to be able to do this from the frontend: glitchtip/glitchtip#27
Yusup Khasbulatov
@khashashin_twitter
@james.kiger:burkesoftware.com thx, yeah I had to set this variable and restart the container. But yeah it would be much easier if we could do this through the web interface.
Maybe! Try it and let us know. We aim for sentry api compatibility. So if it doesn't work, try inspecting what api it uses and report an issue.
Mikael Schirén
@mikkeschiren
Ok, will try and get back to you :)
Jesper Ordrup
@jesperordrup
Uptime monitoring is a nice addon. Where can I find what is planned for future? Im courious if ssl validation errors and expiry warnings is planned and also something about filtering the log so you dont have to scroll through a gazillion ok's :-)
We try to give some details on our current plans in our blog posts for significant releases. At the moment we are reviewing issues and requests while also adding more features for uptime monitoring.
And if there is something you would like to see added, we always appreciate contributions. Alternatively, you can add issues on our gitlab: https://gitlab.com/groups/glitchtip/-/issues