PhotobyU

Results 5 comments of PhotobyU

Hi @tavyandy97 Thanks for replying and considering the solution. I didn't know the GitLab recommendation because the environment was built by my colleague. But I notice other GitLab extensions show...

Hi @tavyandy97 , Thank you for creating debug branch. Unfortunately, I could build but it show errors. 1. The error is "TypeError: Cannot read properties of undefined (reading 'relative_url_root')". Every...

Thanks a lot for new version! The 'gon' property error was disapper! The SpanTree tab is shown every time. Sometimes I found 404 error on the developer tool. These are...

Hi @tavyandy97 , thanks for new version! This has one 404 error of requesting DOMAIN/api/v4/... It should be DOMAIN/gitlab/api/v4/... I inserted 'gitlab' into axios.js line 6, and this worked perfect!...

Hi @tavyandy97 , I changed axious.js line8 like below, and it worked fine. baseURL: `${baseUrl}api/v4/projects/`, to baseURL: `${baseUrl}${fetchURLDetails().dir[0]}/api/v4/projects/\`, However I don't know this is the best solution. If you'd like...