Skip to content

how to develop a backend for local host deployment? #326

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

Open
A-third-of-the-sweetness opened this issue Apr 24, 2025 · 1 comment
Open
Assignees

Comments

@A-third-of-the-sweetness

Currently, the front-end deployed locally can be developed
but how can the back-end be redeveloped locally?
Are there corresponding methods for deploying the front-end and back-end development environments?
Because I find that the connection between the front-end, back-end, and MinIO is very deep and difficult to configure.

@A-third-of-the-sweetness
Copy link
Author

Hello.
Currently, I'm encountering an issue where the front-end and back-end deployment on the local host are functioning properly and can communicate with each other.

However, when uploading datasets, I get the error "Minio generate presigned url error". I have set the server in the local application-dev.yml to 8290.

In the nginx within the Docker network, I have configured it to listen on 8190 and forward /api to 172.17.0.1:8290, allowing external communication between the front-end and back-end.

But I'm at a loss when it comes to configuring Minio. So, I hope you can offer a good suggestion. Thank you very much.

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

No branches or pull requests

2 participants