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

Fix frontend API embed #1985

Open
iameli opened this issue Nov 28, 2023 · 1 comment
Open

Fix frontend API embed #1985

iameli opened this issue Nov 28, 2023 · 1 comment

Comments

@iameli
Copy link
Member

iameli commented Nov 28, 2023

Broken right now due to a Next.js upgrade. I may give up entirely on booting the production app and just embed the static version instead.

@Muritavo
Copy link

Muritavo commented Dec 7, 2023

Hey there @iameli. A question popped in my mind now.

From what I see, you work with Livepeer team correct? If not, feel free to disconsider this question.

Would it be feasible to split the frontend startup from the API?
From what I could understand from exploring the code, it looks like the API only has the responsibility of starting the NextJS server when the args is required, so this decision could be moved up in the hierarchy and the decision could be made at the code that decides when to start the API.

This way we could have separated MAKE commands for frontend and API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants