DVT
DVT
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
not sure why it was working with the public url and not the private one previously
10 replies
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
I think I fixed it, I was using the github.com/tursodatabase/go-libsql library, I switched to github.com/tursodatabase/libsql-client-go/libsql and it's working now
10 replies
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
private url is libsql://libsql.railway.internal:8080?tls=0
10 replies
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
LIBSQL_PRIVATE_URL="${{libSQL.SQLD_PRIVATE_URL}}"
LIBSQL_PUBLIC_URL="${{libSQL.SQLD_PUBLIC_URL}}"
LIBSQL_PRIVATE_URL="${{libSQL.SQLD_PRIVATE_URL}}"
LIBSQL_PUBLIC_URL="${{libSQL.SQLD_PUBLIC_URL}}"
10 replies
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
I'm passing the variable to the server like:
10 replies
RRailway
Created by DVT on 8/29/2024 in #✋|help
LibSQL not working on private network
Project ID:ce1bc4e2-67b7-470d-94a2-730b2908e061
10 replies