Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One click deployment #5

Closed
fearlessfe opened this issue Sep 19, 2024 · 0 comments · Fixed by #10
Closed

One click deployment #5

fearlessfe opened this issue Sep 19, 2024 · 0 comments · Fixed by #10

Comments

@fearlessfe
Copy link
Contributor

There are some problems when start frontend image

  1. 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
  2. the frontend must get the meilisearch key before it can startup

solutions

  1. the backend service exact know what the network is, so if there is an API to tell what the current network is
  2. find the way to get the api_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant