You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "rickboy (via GitHub)" <gi...@apache.org> on 2023/05/24 02:45:31 UTC

[GitHub] [incubator-devlake] rickboy opened a new issue, #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails

rickboy opened a new issue, #5271:
URL: https://github.com/apache/incubator-devlake/issues/5271

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Following the [documentation](https://devlake.apache.org/docs/Plugins/customize#list-columns) to view the custom columns for the issues table and I receive a blank page in return.
   
   This occurs in Postman and Chrome
   
   ```html
   <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
   http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
   <!--
   ____  _______     __  _        _    _  _______
   |  _ \| ____\ \   / / | |      / \  | |/ / ____|
   | | | |  _|  \ \ / /  | |     / _ \ | ' /|  _|
   | |_| | |___  \ V /   | |___ / ___ \| . \| |___
   |____/|_____|  \_/    |_____/_/   \_\_|\_\_____|
   CONFIGURATION-UI: Production Mode HTML
   https://github.com/apache/incubator-devlake/wiki
   -->
   <!DOCTYPE html>
   <html lang="en">
   <head>
       <meta charset="UTF-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
       <title>Devlake Config-UI</title>
       <meta name="description"
           content="Dev Lake is the one-stop solution that integrates, analyzes, and visualizes software development." />
       <meta name="keywords" content="big data, devops, data warehouse, big code" />
       <meta name="robots" content="noindex, nofollow" />
       <link rel="icon" href="/favicon.ico" />
       <title>Lake: Config UI</title>
       <script type="module" crossorigin src="/assets/index-14ed113a.js"></script>
       <link rel="stylesheet" href="/assets/index-afa74f6a.css">
   </head>
   <body>
       <div id="root"></div>
   </body>
   </html>
   ``` 
   
   ![image](https://github.com/apache/incubator-devlake/assets/1768703/0ff227ca-6c70-47f2-b5fa-21f96d63562a)
   
   
   ### What do you expect to happen
   
   I expected to be able to view the fields of the issues table per the documentation
   
   ### How to reproduce
   
   Follow the documentation and using Postman and Chrome to run the Get comment
   
   ### Anything else
   
   Cannot see anything in any logs, which makes it harder to give more information
   
   ### Version
   
   v0.17.0-beta4
   
   ### 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@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] rickboy closed issue #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails

Posted by "rickboy (via GitHub)" <gi...@apache.org>.
rickboy closed issue #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails
URL: https://github.com/apache/incubator-devlake/issues/5271


-- 
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@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh commented on issue #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #5271:
URL: https://github.com/apache/incubator-devlake/issues/5271#issuecomment-1560657366

   Seems like you are accessing devlake APIs via the config-ui proxy, in this case, `/api/` need to be prepended to the path
   `http://localhost:3000/api/plugins/customize/....`
   or `http://localhost:8080/plugins/customize/...`


-- 
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@devlake.apache.org

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


[GitHub] [incubator-devlake] rickboy commented on issue #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails

Posted by "rickboy (via GitHub)" <gi...@apache.org>.
rickboy commented on issue #5271:
URL: https://github.com/apache/incubator-devlake/issues/5271#issuecomment-1560436982

   Additionally, any attempt to create a column via the POST method returns a 405 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@devlake.apache.org

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


[GitHub] [incubator-devlake] rickboy commented on issue #5271: [Bug][Plugin][Customize] GET call to the Customize plugin fails

Posted by "rickboy (via GitHub)" <gi...@apache.org>.
rickboy commented on issue #5271:
URL: https://github.com/apache/incubator-devlake/issues/5271#issuecomment-1567619653

   You are 100% correct.  I have changed the URL of the endpoint an it's working.


-- 
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@devlake.apache.org

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