Replies: 1 comment
-
I'm not too sure. I've never heard of this before. It's possible the way I'm buliding the server jar isn't merging a file you have in your project correctly. What service are you using to host your fullstack site? Can you share your build.gradle.kts file? Do you have any files under your Also, can you try this, locally (in case you haven't already)? $ kobweb export
$ kobweb run --env prod |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In my kobweb project I have two modules:
If I test method getCompanySettings() (i.e. starting from main()), everything works fine and I receive data from Firestore. If I test @Api getSettings in localhost with some String as response - also everything OK. I get the String in my WWW, but if try to get response from Firestore in my WWW, than I receive an error:
Error: java.lang.IllegalArgumentException: Address types of NameResolver 'unix' for 'firestore.googleapis.com:443' not supported by transport
I have tried everything. Am I doing something wrong?
Any help appreciated!
I have put also the question on stackoverflow but no answers:
https://stackoverflow.com/questions/79282447/kobweb-api-call-to-firestore-with-error-address-types-of-nameresolver-unix-n
Beta Was this translation helpful? Give feedback.
All reactions