Hi Shubham,

I just checked again and when I click on the Vue DevTools extension icon, I 
also get this same message. However, I can still access the Vue DevTools tab in 
Firefox dev tools. For whatever reason, this message seems to not be correct 
(could be a Vue 2 vs Vue 3 thing, not sure).

Can you try accessing the Vue DevTools tab in Firefox dev tools?

Thanks,

Marcus

> On Jul 25, 2022, at 8:14 PM, Bipin Kumar, Shubham <sbip...@iu.edu> wrote:
> 
> Hi Marcus,
> 
> Thanks for the response. I did try that, like right now I'm building admin 
> and I can see whatever changes I make getting reflected on webapp but when I 
> click on my Vue DevTools extension icon it still says "Vue.js is detected on 
> this page.
> Devtools inspection is not available because it's in production mode or 
> explicitly disabled by the author."
> 
> 
> Regards,
> Shubham
> 
> 
> From: Christie, Marcus Aaron
> Sent: Monday, July 25, 2022 5:00 PM
> To: Airavata Dev
> Subject: Re: [External] Error on setting up dev server using yarn
> 
> Hi Shubham,
> 
> Only the Django app where you run yarn serve will be running in dev mode and 
> Vue DevTools should work for that app.
> 
> https://apache-airavata-django-portal.readthedocs.io/en/latest/dev/developing_frontend/
>  
> <https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache-airavata-django-portal.readthedocs.io%2Fen%2Flatest%2Fdev%2Fdeveloping_frontend%2F&data=05%7C01%7Cmachrist%40iu.edu%7C629b860bd0eb44dfe4b308da6e9be3e2%7C1113be34aed14d00ab4bcdd02510be91%7C0%7C0%7C637943913073174245%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=dUPbpjbNWhX19gdWt0Bsd%2ByiPTaymfBJ2uF5Kl0DqCY%3D&reserved=0>
> 
> Thanks,
> 
> Marcus
> 
>> On Jul 23, 2022, at 3:59 PM, Bipin Kumar, Shubham <sbip...@iu.edu 
>> <mailto:sbip...@iu.edu>> wrote:
>> 
>> I did try adding  Vue.config.devtools = true;  to main.js and store.js but 
>> still getting same error . I even tried running the python runserver command 
>> so that changes can take effect but to no avail.
>> 
>> please le me know if you want me to try something.
>> 
>> 
>> 
>> Regards,
>> Shubham
>> From: Bipin Kumar, Shubham <sbip...@iu.edu <mailto:sbip...@iu.edu>>
>> Sent: Saturday, July 23, 2022 3:24 PM
>> To: dev@airavata.apache.org <mailto:dev@airavata.apache.org> 
>> <dev@airavata.apache.org <mailto:dev@airavata.apache.org>>
>> Subject: Re: [External] Re: Error on setting up dev server using yarn
>>  
>> Hi Dinuka,
>> 
>> Thanks for pointing that out . I can see the changes getting reflected on 
>> the 8000 port itself . One more question , I have installed vueDevTools to 
>> inspect in the browser but it throws an error "Vue.js is detected on this 
>> page.Devtools inspection is not available because it's in production mode or 
>> explicitly disabled by the author."
>> 
>> Can you please let me know if I have to make any changes for this.
>> 
>> 
>> Regards,
>> Shubham
>> From: Dinuka De Silva <l.dinukadesi...@gmail.com 
>> <mailto:l.dinukadesi...@gmail.com>>
>> Sent: Saturday, July 23, 2022 2:36 PM
>> To: Airavata Dev <dev@airavata.apache.org <mailto:dev@airavata.apache.org>>
>> Subject: Re: [External] Re: Error on setting up dev server using yarn
>>  
>> Hi Shubham,
>> 
>> About screenshot 1, there's nothing you have to do in 9000 port.
>> 
>> About screenshot 2, You are in the workspace. Click on the dropdown 
>> (Currently shows as "workspace:) in the app header and switch to settings 
>> then you will have the statistics menu.
>> 
>> Thanks & Regards,
>> Dinuka
>> 
>> On Sat, Jul 23, 2022 at 2:26 PM Bipin Kumar, Shubham <sbip...@iu.edu 
>> <mailto:sbip...@iu.edu>> wrote:
>> Hi Dinuka,
>> 
>> I'm using yarn and then yarn run serve . Django portal is active on 8000 
>> port.
>> Please refer screenshots for the same.
>> 
>> Also, I noticed admin privileges provided to my user id is gone . I'm no 
>> longer able to see statistics tab is local deployment after login.
>> 
>> 
>> Regards,
>> Shubham
>> From: Dinuka De Silva <l.dinukadesi...@gmail.com 
>> <mailto:l.dinukadesi...@gmail.com>>
>> Sent: Saturday, July 23, 2022 1:56 PM
>> To: Airavata Dev <dev@airavata.apache.org <mailto:dev@airavata.apache.org>>
>> Subject: [External] Re: Error on setting up dev server using yarn
>>  
>> This message was sent from a non-IU address. Please exercise caution when 
>> clicking links or opening attachments from external sources.
>> 
>> Hi Shubham,
>> 
>> Which commands are you using?
>> 
>> If you ran "yarn serve" on workspace directory, that's been watched by the 
>> Django portal (8000). In that case you do not have to go to 9000 port. What 
>> you see on 8000 port is the everything including the workspace (9000).
>> 
>> I hope this helps.
>> 
>> Thanks & Regards,
>> Dinuka
>> 
>> On Sat, 23 Jul 2022, 13:47 Bipin Kumar, Shubham, <sbip...@iu.edu 
>> <mailto:sbip...@iu.edu>> wrote:
>> Hi Marcus/Dinuka,
>> 
>> I was trying to debug using  the dev server setup for django portal which 
>> comes up on port 9000 using yarn command . After following the instructions 
>> I'm getting   Cannot GET / error on the  http://localhost:9000/ 
>> <http://localhost:9000/>  . I tried few solutions recommended on several 
>> portals but couldn't get it working .Can you please point out to what I 
>> might be doing wrong .
>> 
>> I do get this error in vscode "Vetur can't find `tsconfig.json` or 
>> `jsconfig.json` in 
>> /Users/shubhamkumar/Desktop/GSOC/django-portal/django_airavata/apps/workspace."
>>   but I'm not sure if its related.
>> 
>> 
>> 
>> Regards,
>> Shubham

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to