You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/28 09:51:52 UTC

[GitHub] [dolphinscheduler] SbloodyS opened a new issue #8580: [Question] [UI-NEXT] Api module error.

SbloodyS opened a new issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   I'm trying to package ```UI-Next``` into the docker image of ```dev``` branch. I try to replace the ```dist``` folder compiled by ```UI-Next``` with the previous version to the ```ui``` folder under the API module. I start the API module to access the domain/dolphinscheduler and get the following errors.
   ![](https://vip1.loli.io/2022/02/28/j2rmUtpwfk1sVcE.png)
   
   And then I try to remove the absolute path ```/``` in index.html. I got another errors.
   ![](https://vip2.loli.io/2022/02/28/RlK7sXqxMrZQa48.png)
   
   Is it that the compatibility of API modules has not been completed?
   
   ### What you expected to happen
   
   above.
   
   ### How to reproduce
   
   above.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] SbloodyS commented on issue #8580: [Question] [UI-NEXT] Api module error.

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054079383


   @songjianet Please take a look at this issue when you have spare time. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8580: [Question] [UI-NEXT] Api module error.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054077771


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] CalvinKirs closed issue #8580: [Bug][UI Next][V1.0.0-Alpha] Errors that appear in standalone after packaging and compiling.

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] SbloodyS edited a comment on issue #8580: [Bug][UI Next][V1.0.0-Alpha] Errors that appear in standalone after packaging and compiling.

Posted by GitBox <gi...@apache.org>.
SbloodyS edited a comment on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054930099


   The front-end solves errors in standalone by adding the `/dolphinscheduler/ui/` base path to `vite.config.ts` and `src/router/index.ts` , you can refer to the associated front-end pr.
   
   So far. The following questions remains:
   1. http://ip:12345/dolphinscheduler can not be reach. http://ip:12345/dolphinscheduler/ui/ can be reach.
   2. The front end requests the back end to configure the public network IP and Port instead of private IP and Port.
   3. Refresh page not in the index page ```/dolphinscheduler/ui/``` may cause 401 error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] songjianet commented on issue #8580: [Question] [UI-NEXT] Api module error.

Posted by GitBox <gi...@apache.org>.
songjianet commented on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054081263


   > @songjianet Please take a look at this issue when you have spare time. Thanks.
   
   Thanks for your feedback, I'll look into it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] SbloodyS edited a comment on issue #8580: [Bug][UI Next][V1.0.0-Alpha] Errors that appear in standalone after packaging and compiling.

Posted by GitBox <gi...@apache.org>.
SbloodyS edited a comment on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054930099


   The front-end solves errors in standalone by adding the `/dolphinscheduler/ui/` base path to `vite.config.ts` and `src/router/index.ts` , you can refer to the associated front-end pr.
   
   So far. The following two questions remains:
   1. http://ip:12345/dolphinscheduler can not be reach. http://ip:12345/dolphinscheduler/ui/ can be reach.
   2. The front end requests the back end to configure the public network IP and Port instead of private IP and Port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] SbloodyS edited a comment on issue #8580: [Bug] [UI-NEXT] Api module error.

Posted by GitBox <gi...@apache.org>.
SbloodyS edited a comment on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054930099


   So far. The following two questions remains:
   1. http://ip:12345/dolphinscheduler can not be reach. http://ip:12345/dolphinscheduler/ui/ can be reach.
   2. The front end requests the back end to configure the public network IP and Port instead of private IP and Port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] SbloodyS commented on issue #8580: [Question] [UI-NEXT] Api module error.

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on issue #8580:
URL: https://github.com/apache/dolphinscheduler/issues/8580#issuecomment-1054930099


   So far. The following two questions remains:
   1. http://ip:12345/dolphinscheduler can not be reach. http://ip:12345/dolphinscheduler/ui/ can be reach.
   2.The front end requests the back end to configure the public network IP and Port instead of private IP and Port.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org