Getting this today. We are running self hosted ver...
# ask-questions
c
Getting this today. We are running self hosted version. Tried to update version, nothing. Anyone can help?
f
Hi Dion
did you have an enterprise key?
c
I’m not sure, we were using self-hosted version for a long time now, no problems till now. We didn’t have permission to all fetaures
f
huh
can you check to see if you have a key entered in an .env file?
c
We are using dockerfile for deployment. I don’t see a KEY param in environment of docker-compose.yml
f
there are two places the key can be, in as an environment variable “LICENSE_KEY”, or in the Settings -> General page
can you check both?
c
There is no LICENSE_KEY in environment, and I can’t check in Settings since it doesn’t let me login
f
would you like to DM me the name of your company?
do you have access to mongo via mongo compass or cli?
c
Let me try
f
same here, previously we try trial entreprise, but not using. after upgrade to 2.5 cant login, i will try delete key with mongo
when i delete it in mongo/organiztions collection it will work
f
thanks, this looks like a bug, I’ll open an issue
f
@fresh-football-47124 i'm with the same problem, i can't access the settings page
n
Hi all, will be much appreciated to know how you handled this via Mongo. thanks.
After connecting to the mongodb server and appropriate db was able to run:
Copy code
db.organizations.updateOne( { _id: ObjectId("obj_id") }, { $set: { licenseKey: '' } } )
Thanks for the help :)