-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Cannot read property 't' of undefined #207
Comments
I think I know what can be causing it. We are working on the setup wizard, that should sort this out. |
Before the setup wizard, would be amazing to have an ENV var. Please read http://12factor.net/ for in depth explanation. But just to let you know that as a hoster, then I'd have to end up to ugly steps like this if there is just a wizzard: Thanks :) |
I am creating the admin and the initial configuration tool. My current thinking is that we should accept init values to be passed via environment variables, but they would be overwritten if later the user changes it via /setting page. The bugg should be fix now. Let me know otherwise? |
Great thanks! |
Hi!
I'm just trying to run it though Docker, and I encouter the following issue.
During the first run, I see the following error from the logs:
And then this one:
Then I can't print the chat. The rest is working fine, but the chat loads forever.
And then when I restart the app, everything is working fine.
This is just to let you know!
Tell me if you need further checking on my side!
Thanks a lot!
Pierre
The text was updated successfully, but these errors were encountered: