Docker nginx proxy with Solid Start
Hi I am kind of new to reverse proxy. I have 3 containers frontend, backend and nginx.
My nginx config
I want to use it like this inside solid app:
my proxy setup:
Errors I get:
It seems like it does not know about existance of those api routes.
This is how i use it :
Can someone help me with it?
It works on the server side with ssr with (
My nginx config
I want to use it like this inside solid app:
my proxy setup:
Errors I get:
It seems like it does not know about existance of those api routes.
This is how i use it :
Can someone help me with it?
It works on the server side with ssr with (
http://backend:[backend_port]/api/time) but does not work on the client side.