Hi,
I recently upgraded from 3.16 to 4.5 - now the frontend is not loading anymore. In Browser-Console, I get the following error:
TypeError: ol.proj.get(...) is null app.min.js:276:1
<anonym> http://xxxxx:13000/app.min.js:276
ExtJS 9
<anonym> http://xxxxx:13000/app.min.js:268
any ideas?
NVM - seems to be caused by an configuration variable which is no longer supported
I did not have this problem but was forced to add
serverTimezone=UTC
to the MySQL connection string, because it was not starting. After some research I found this solution and it worked flawlessly.
Hi,
I recently upgraded from 3.16 to 4.5 - now the frontend is not loading anymore. In Browser-Console, I get the following error:
any ideas?