Pablo Morales
Pablo Morales
I'm also facing similar problem. From time to time, F12 stops working randomly. Sometime at startup, other times in middle of session. Only workaround that I founded, was disable and...
Hi @dacort. This plugin is pretty awesome. I'll be happy to help you by testing multiple catalogs. Where can I find the testing release?
That would be very usefull!!. I tried with `Catalog=` as "Additional Athena connection string options", but doesn't worked.
It works like a charm! First try and I be able to retrive ~60 tables from DynamoDB through Athena. Thanks @dacort
Try adding `- 443:443` to `ports` section, in order to map host port to container port.
In the `docker ps` you posted before shows that port 443 are opened only in the container, but you need to open it also in your host machine. That's why...
Did you generate [self-signed certificate](https://github.com/sameersbn/docker-gitlab/#generation-of-a-self-signed-certificate)?
You need enviroments to point where gitlab will found your certificates. Add: ``` - SSL_KEY_PATH=/home/git/data/certs/gitlab.key - SSL_CERTIFICATE_PATH=/home/git/data/certs/gitlab.crt - SSL_CA_CERTIFICATES_PATH=/home/git/data/certs/gitlab.crt ```
> The docker-compose can run on your host ? Yes. It has been running for 4 or 5 years in a row, but never with self-signed certificate.
Just upgraded a local n8n to last Langchainjs (v0.0.214) and works fine with aws bedrock - titan model