Replies: 4 comments 5 replies
-
I have the same problem. In my case I can say php-worker has not installed node. My config to run
As you can see I set the log file in
The laravel log file says this:
When I go inside of workspace Somebody has modified php-worker Dockerfile to have node on this container? |
Beta Was this translation helpful? Give feedback.
-
Do I need to port forward the 13714 port? I have a php worker pod that runs |
Beta Was this translation helpful? Give feedback.
-
I keep a strict separation of processes and node runs in a different container. Not where PHP is. Can I somehow set it to use a different host? |
Beta Was this translation helpful? Give feedback.
-
check this repo https://github.com/abdessamadbettal/laravel-starter Readme has all instructions how to install it and how to use |
Beta Was this translation helpful? Give feedback.
-
Hey Everyone!
I wanted to use Inertia with Laradock.
I am unable to to make SSR to work.
It works perfectly with sail.
I am running caddy, mysql, redis, php-worker containers.
I have tried to run artisan inertia:start-ssr inside the workspace container but the SSR is not rendering any html.
I know that SSR works on 13714 port. Do i need to expose this port in one of the containers?
Please let me know if anyone knows what to do.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions