Niccolò Cantù
Niccolò Cantù
Had the same problem with the latest version of firebase, just provide the initialized firebase app to the options: ``` import { initializeApp } from "firebase/app"; const config = {...
is there any news about this? I'm facing this same issue in MySQL
I'm experiencing the same issue
Hi, I've been working on this issue for a couple of days and I have sort of a prototype implementation ready, is it ok if I open a PR?
Hi, is there any news about this issue?
Hi, I'm facing the same issue, looking at the source of fts detection it seems that it uses a sql query for introspection: ```sql select name from sqlite_master where rootpage...
any news about this?
changing the dockerfile entrypoint instruction to: `ENTRYPOINT ["/usr/src/aza_geoportal/entrypoint.sh"]` seems to fix the issue
Had the same problem while running with docker-compose behind a traefik proxy. I managed to solve this by using docker-compose service name instead of the full domain for the service...