You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got javascript console errors when trying to load map, map loads but without any point data, the database is already filled, api key is set correctly. Error looks like:
Update: already fixed it, there was no global settings for mysql database/password etc, i've made that it reads them from environment variables, now working \o/
Fixed the code using Null coalescing operators if environment variables are not available then use your default values, i can make pull request if you want and merge the changes.
The text was updated successfully, but these errors were encountered:
So you're building your own docker image based on this code? I have not really considered that use case, so the code in this repo does not look for environment variables (the code used to build the docker image is slightly changed).
This wiki article explains what files needs to be changed, as I see you've already figured out.
Hi,
I've got javascript console errors when trying to load map, map loads but without any point data, the database is already filled, api key is set correctly. Error looks like:
Update: already fixed it, there was no global settings for mysql database/password etc, i've made that it reads them from environment variables, now working \o/
Fixed the code using Null coalescing operators if environment variables are not available then use your default values, i can make pull request if you want and merge the changes.
The text was updated successfully, but these errors were encountered: