the frontend does not know what the current network is. eg mainnet, sepolia or base-sepolia. Current, the frontend use the domain to check what is the network. eg optimism-sepolia.superproof.wtf is sepolia. When you run local with docker, there is no domain name to match, so is will be the mainnet for default even if the backend service is sepolia
the frontend must get the meilisearch key before it can startup
solutions
the backend service exact know what the network is, so if there is an API to tell what the current network is
There are some problems when start frontend image
optimism-sepolia.superproof.wtf
is sepolia. When you run local with docker, there is no domain name to match, so is will be themainnet
for default even if the backend service issepolia
solutions