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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: