You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
find the way to get the api_key
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: