agility / agility-gatsby-starter

A sample GatsbyJS website using the Agility CMS Gatsby source plugin
https://agility-gatsby-starter-gatsbycloud.netlify.com/
MIT License
26 stars 13 forks source link

Gatsby agility starter errors on initial gatsby develop #53

Open sheehyrob opened 2 years ago

sheehyrob commented 2 years ago

I'm having an issue similar to this one that was closed: https://github.com/agility/agility-gatsby-starter/issues/28

When running gatsby develop for the agility starter, I'm getting several errors related to queries:

_ERROR #85923 GRAPHQL

There was an error in your GraphQL query:

Cannot query field "allAgilityPost" on type "Query".

If you don't expect "allAgilityPost" to exist on the type "Query" it is most likely a typo. However, if you expect "allAgilityPost" to exist there are a couple of solutions to common problems:

It is recommended to explicitly type your GraphQL schema if you want to use optional fields. This way you don't have to add the mentioned
"dummy content". Visit our docs to learn how you can define the schema for "Query": https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\components\agility-pageModules\PostsListing.jsx:9:7

ERROR #85923 GRAPHQL

There was an error in your GraphQL query:

Cannot query field "agilitySiteHeader" on type "Query".

If you don't expect "agilitySiteHeader" to exist on the type "Query" it is most likely a typo. However, if you expect "agilitySiteHeader" to exist there are a couple of solutions to common problems:

It is recommended to explicitly type your GraphQL schema if you want to use optional fields. This way you don't have to add the mentioned
"dummy content". Visit our docs to learn how you can define the schema for "Query": https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions

File: src\components\common\SiteHeader.jsx:8:7

failed extract queries from components - 0.089s_

I've followed the suggestion from the issue I linked above regarding Node version, and as far as I can tell I'm using 14.18 now for the Node version but that has not resolved this. Not sure what else could be causing it at this point.

joshua-isaac commented 2 years ago

Hello @sheehyrob! This starter is deprecated, if you've signed up for the Blog Starter with Gatsby instance in Agility, you'll want to use this starter: https://github.com/agility/agilitycms-gatsby-starter

I hope this helps

sheehyrob commented 2 years ago

Hi Joshua,

I realize I posted the issue in the wrong repository. I actually am using the new starter and still having the issue I described. Please let me know what else I can try.

Thanks, Rob

From: joshua @.> Sent: Tuesday, November 9, 2021 7:28 PM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Hello @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=seQ7XMerp208OOP2vmPRVfciru8F0ZGPANm_GkLacEQ&e=! This starter is deprecated, if you've signed up for the Blog Starter with Gatsby instance in Agility, you'll want to use this starter: https://github.com/agility/agilitycms-gatsby-starterhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agilitycms-2Dgatsby-2Dstarter&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=O-0eeRFms_ccSPKO8Yzj2BATxodHc70xnDPvb5CnYwg&e=

I hope this helps

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D964696640&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=G0UdS-A_ot24-lkNEf-zhlncLlBAvM-fntgN575W6gk&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZAHFRDIWNDTIKYXHH3ULHDARANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=ojntvm3HpRM60FSQSKQgi3PNQKC4zEKj8CjqyuNJaSQ&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=aAjzROVssoCMa2ESZO95_0GhVjrABXFl4lpYdIopq6M&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=xN1AYduj6uzXERaKyQvMGLeT_632S-RZ-x8cWEoyEwU&s=C8PURMICTpKpEox43sn108OGyJppOMGmOxEIPtv9UGc&e=.

joshua-isaac commented 2 years ago

hey @sheehyrob, thanks for confirming you're using the correct starter!

I can see the error message above complaining about the Posts Listing and Site Header. Have you modified the content model for either? Are there any fields left empty on any blog posts, or in the site header, with GraphQL references to them in your code? This could be causing the error.

Do you mind also sending me the GUID of your instance so I can take a peak? You can find this by going to Settings > API Keys in the Content Manager.

Thanks,

sheehyrob commented 2 years ago

Certainly, here it is:

af137623-45d9-4813-9c4b-f71d41af8fdc

I don’t interact with the Agility content much to be able to definitively answer your questions, unfortunately. We’re just trying to spin up a POC using Gatsby as part of a possible website refresh.

Thanks, Rob

From: joshua @.> Sent: Wednesday, November 10, 2021 7:49 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

hey @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6gqG5N6LSPuh1vKwuoAqlnodVZAg8hUzCmx4aCoC4LE&s=0UuO49olZtG-zbPrlzbegdOjQtt1KcVjzh49RjIby_w&e=, thanks for confirming you're using the correct starter!

I can see the error message above complaining about the Posts Listing and Site Header. Have you modified the content model for either? Are there any fields left empty on any blog posts, or in the site header, with GraphQL references to them in your code? This could be causing the error.

Do you mind also sending me the GUID of your instance so I can take a peak? You can find this by going to Settings > API Keys in the Content Manager.

Thanks,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965185861&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6gqG5N6LSPuh1vKwuoAqlnodVZAg8hUzCmx4aCoC4LE&s=IIKTMtNtCPVPHQdH3Uw6MqoTtYjNsI4zRluyCEMUXQI&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZHFTIR3UTJEE2D25M3ULJZ5FANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6gqG5N6LSPuh1vKwuoAqlnodVZAg8hUzCmx4aCoC4LE&s=e2fBd4LbxXjKvLsvG_5ZNlrAgvCay9Vr-dbu8SqX5Oo&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6gqG5N6LSPuh1vKwuoAqlnodVZAg8hUzCmx4aCoC4LE&s=GRZH8zY-l-0K0S8hvuunZnKIAsYqgGLu7x1g7oFiJBA&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6gqG5N6LSPuh1vKwuoAqlnodVZAg8hUzCmx4aCoC4LE&s=sfROBFBqrffqraa1ihx30XNixqdt_tPdpob_3gSsTFc&e=.

joshua-isaac commented 2 years ago

hey @sheehyrob, thanks for providing your GUID!

I think I see the issue here, our Gatsby Starter is meant to be hooked up to a Blog with Gatsby Instance in Agility, it looks like you're trying to hook it up to a pre-existing instance which doesn't have the Page Modules / Content Models that match the ones in the starter project.

To spin up a POC and hit the ground running, I recommend signing up for a Free Trial for the Blog with Gatsby Instance and connecting the Starter Project code to that instance.

The Blog with Gatsby Instance is a simple instance with some pre-defined Page Modules and Content Models. This will give you a general idea of how Gatsby can work with Agility CMS.

joshua-isaac commented 2 years ago

@sheehyrob check out our docs here: https://agilitycms.com/docs/gatsby/using-the-gatsby-blog-starter :)

sheehyrob commented 2 years ago

Hi Joshua,

Thanks for the quick response and the information. We’ve been tasked with creating this POC using Culver’s existing Agility content so not sure the free trial/blog starter approach meets our needs for what we’re trying to prove out at this point. Are there any other options or workarounds to get this pointed at our existing Agility instance and get it running?

Thanks, Rob

From: joshua @.> Sent: Wednesday, November 10, 2021 8:16 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

@sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=eOW1qkgc7xqymFPZl8HYMy1YSYMZzhpcxV5F_wem0Lg&e= check out our docs here: https://agilitycms.com/docs/gatsby/using-the-gatsby-blog-starterhttps://urldefense.proofpoint.com/v2/url?u=https-3A__agilitycms.com_docs_gatsby_using-2Dthe-2Dgatsby-2Dblog-2Dstarter&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=_slyZLs09Mnu0kPLz3IbWNJ51E97hELCTcSqamw0vMw&e= :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965242122&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=ulZjjVi2L3OSf-VRfKOizei4MUVlUTeXAKBi04zBGuw&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZG4LUZR4WA33A3ITDLULJ5BLANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=v7zLp3PkSN7qoBtwgWmhAAz8VhxdApftSkJGiVROy1A&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=WNcO64HhpPvA5wCayJRjKo1vN_A0xT--gAS9ppNhZiA&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=GOQb_5QSvs7OuBThzVZCQk6x6VhsLd2QWKrSJ6af07A&s=F56SYXroHnSQ56Rhb9IUD1iSc8-BX8-IuqceW_VdV98&e=.

joshua-isaac commented 2 years ago

hey @sheehyrob, you can definitely point this to your existing instance - you'll want to remove any GraphQL queries from the project (e.g. from the SiteHeader.jsx component and from the PostListing.jsx module) as the queries wont work for your existing instance and will cause problems when trying to run/build the project.

You may also want to remove the agilityPost resolver that lives inside the gatby-node.js file here.

Furthermore you may also want to remove the pre-defined Page Modules and Page Templates here, and replace them with Page Modules and Page Templates that exist and match up to the ones in the existing Instance.

You can reference these docs here for how the starter works, and apply some things to get it running for your existing instance.

I hope this helps

sheehyrob commented 2 years ago

Thanks Joshua, I’ll take that approach and see if I can get this to build.

I appreciate the help.

Rob

From: joshua @.> Sent: Wednesday, November 10, 2021 8:31 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

hey @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=205UwirhdgFHejkXJIu2LbNDdFTCpJZndXO4ZsSR8Zs&e=, you can definitely point this to your existing instance - you'll want to remove any GraphQL queries from the project (e.g. from the SiteHeader.jsx component and from the PostListing.jsx module) as the queries wont work for your existing instance as they will cause problems when trying to run/build the project.

You may also want to remove the agilityPost resolver that lives inside the gatby-node.js file herehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agilitycms-2Dgatsby-2Dstarter_blob_main_gatsby-2Dnode.js&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=3gYu_kcFaJRM3XUkkzrZxXl3JONvGLziGc3WN_EZ8Ms&e=.

Furthermore you may also want to remove the pre-defined Page Modules and Page Templates herehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agilitycms-2Dgatsby-2Dstarter_tree_main_src_components&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=KuWitf-7XVvTmAUCJB1SHAvPCY0JfOw3nGuRGN9B8BA&e=, and replace them with Page Modules and Page Templates that exist and match up to the ones in the existing Instance.

You can reference these docs herehttps://urldefense.proofpoint.com/v2/url?u=https-3A__agilitycms.com_docs_gatsby_how-2Dthe-2Dgatsby-2Dblog-2Dstarter-2Dworks&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=WfhRgWqcsqXypeMGXYQ9Nlmg6gUSlcI5zzyHvlQIVw4&e= for how the starter works, and apply some things to get it running for your existing instance.

I hope this helps

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965275690&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=g3cI29tVwwNSYMkbeqsjuUmBQo71RnHqop5WGo6v6Nw&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZDMQJBKC7CXHV55L5DULJ64BANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=t1JsnhxF6YzVkXcPvk61WEYDTox0BGrN3bHAO3t915Q&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=RmNHGkfzgqI8nncw567A7kHX5aoXked4_s2eYPfq2TE&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=zE_F91Jw4lvK0M2lUYIDN7qFTNnDgVLLj8w5bj-Ozhg&s=KvuQELt96-QWqK1jRyFoB1DOUFK1zipZKqe_FbrN-G8&e=.

joshua-isaac commented 2 years ago

hey @sheehyrob, glad I could help!

I'll be closing this issue, but feel free to join our Community Slack channel and reach out to us from there as well with any other questions or concerns :)

Thanks,

sheehyrob commented 2 years ago

So in replacing the GraphQL queries, I’ll need to make full API calls instead, correct?

From: joshua @.> Sent: Wednesday, November 10, 2021 8:38 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

hey @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=IEcL9J4ZOlrp9GU7Ms52bmi-eA3ASG5nnAHDAB0ZYcA&e=, glad I could help!

I'll be closing this issue, but feel free to join our Community Slackhttps://urldefense.proofpoint.com/v2/url?u=https-3A__agilitycms-2Dcommunity.slack.com_join_shared-5Finvite_enQtNzI2NDc3MzU4Njc2LWI2OTNjZTI3ZGY1NWRiNTYzNmEyNmI0MGZlZTRkYzI3NmRjNzkxYmI5YTZjNTg2ZTk4NGUzNjg5NzY3OWViZGI-23_&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=2B1jxi9yKZT_R7nf6phWR5xoagmOazTuaUTklNctxEg&e= channel and reach out to us from there as well with any other questions or concerns :)

Thanks,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965288544&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=K4bD25nvuO_BWi76Q5Sk2Y8UbJwPbbF9brAEcbcWAbE&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZB5SVNXWRYQ7SQGHULULJ7S5ANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=k7L8SFWfwfVMFwOQCxZbPBSYGXZPkampMFxa6JHqEwk&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=lDT_Dj8alNMeFDuNiVFwwMcP44ZyaYuGJHij3SpF5_M&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=utsLw2m1e2HerohpvlMEUo8mnCiWQk1ldxvNdYgH5AI&s=wZJcnVoDzlyGy0bQwZwJhY-tN4mekWL3iJnLEh5PZlc&e=.

joshua-isaac commented 2 years ago

Hey @sheehyrob, not necessarily, the GraphQL queries from the starter were pointing to content from the Gatsby Starter Instance.

You will still use GraphQL queries to query content from Culvers, but the queries will be different and specific to content in that instance.

You can see available content queryable from GraphQL by going to localhost:8000___graphql

sheehyrob commented 2 years ago

Ah, got it. I’ll check that out.

Thanks again.

Rob

From: joshua @.> Sent: Wednesday, November 10, 2021 8:45 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Hey @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6Zp3_ZBTwVspNgTdf-n5XlKOCZnIhGn4_SZXErxPWHY&s=e40ojGpS2Zu-xAHZsydR7J8FtZl-rUueeIOh7C5e5-0&e=, not necessarily, the GraphQL queries from the starter were pointing to content from the Gatsby Starter Instance.

You will still use GraphQL queries to query content from Culvers, but the queries will be different and specific to content in that instance.

You can see available content queryable from GraphQL by going to localhost:8000___graphql

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965304287&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6Zp3_ZBTwVspNgTdf-n5XlKOCZnIhGn4_SZXErxPWHY&s=hRV8Kfu1_hv0Eo3GBkJfwYYWWpwMNq0CAFs-6f_w3sA&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZCALXXMIM4Q2MCAH7LULKAPBANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6Zp3_ZBTwVspNgTdf-n5XlKOCZnIhGn4_SZXErxPWHY&s=dSHXZ1K4ezhyr8vPx-I1T9VK7SRHyMW-ucBv_A6mbcY&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6Zp3_ZBTwVspNgTdf-n5XlKOCZnIhGn4_SZXErxPWHY&s=tNTxh1Ya04yQwa1AkrAqHNr3cqQeHx8VdQ2FEpSBZvE&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=6Zp3_ZBTwVspNgTdf-n5XlKOCZnIhGn4_SZXErxPWHY&s=PwrLyckRvVBD0pweKk-hUff1OSoNhbpy-kkAAVx0K-A&e=.

joelvarty commented 2 years ago

Just to chime in here @sheehyrob, the logic that pulls the main page data and routes it to your modules will be VERY similar to what's in the starter, however your graphql queries will be different. Might be worth having a call with Josh on this - he's on slack too, if you want to join that and get better connected https://agilitycmsc.com/join-slack

sheehyrob commented 2 years ago

Thanks Joel. Let me check out what graphql queries the localhost site shows and see how I want to proceed from there.

Rob

From: Joel Varty @.> Sent: Wednesday, November 10, 2021 8:52 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Just to chime in here @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=0syNhGhEkeVT9djqrP_yc9gf8SqGy_nNzjlSBQn8GXk&e=, the logic that pulls the main page data and routes it to your modules will be VERY similar to what's in the starter, however your graphql queries will be different. Might be worth having a call with Josh on this - he's on slack too, if you want to join that and get better connected https://agilitycmsc.com/join-slackhttps://urldefense.proofpoint.com/v2/url?u=https-3A__agilitycmsc.com_join-2Dslack&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=zsIp_ioplrz2X_EyGRdo1R0I1nn24Qdxt8K10vcxwqM&e=

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965319420&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=gsBl1N6XK-T4YpXF_2SUvDgmhEMSwHgFV6wNIv-5mbA&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZA4I7BXNEOZCQHK5ADULKBKBANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=o-L0lgqIZp8sbt47thomXvS4ppf9t8jSQA3RMAdztm8&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=on3CkmFAu0pP0lkkwhN9vIdhw0rD4eYBsb4zuCDzjSU&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=6kOJG_mDNhxVuEXVeG9Lqcg8kXpWWrRIU5unxpNmcuo&e=.

sheehyrob commented 2 years ago

Hi Joel,

Perhaps a call would be beneficial as I try to get this running. I’m not having any luck getting http://localhost:8080__graphql to come up. Would be good to see what I need to do differently here to get this going.

Please shoot me some times and we can figure something out.

Thanks, Rob

From: Joel Varty @.> Sent: Wednesday, November 10, 2021 8:52 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Just to chime in here @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=0syNhGhEkeVT9djqrP_yc9gf8SqGy_nNzjlSBQn8GXk&e=, the logic that pulls the main page data and routes it to your modules will be VERY similar to what's in the starter, however your graphql queries will be different. Might be worth having a call with Josh on this - he's on slack too, if you want to join that and get better connected https://agilitycmsc.com/join-slackhttps://urldefense.proofpoint.com/v2/url?u=https-3A__agilitycmsc.com_join-2Dslack&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=zsIp_ioplrz2X_EyGRdo1R0I1nn24Qdxt8K10vcxwqM&e=

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965319420&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=gsBl1N6XK-T4YpXF_2SUvDgmhEMSwHgFV6wNIv-5mbA&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZA4I7BXNEOZCQHK5ADULKBKBANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=o-L0lgqIZp8sbt47thomXvS4ppf9t8jSQA3RMAdztm8&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=on3CkmFAu0pP0lkkwhN9vIdhw0rD4eYBsb4zuCDzjSU&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=ekclo_oniUE6C6_rWIShDfOv1EMghJxXKacJgBt9q20&s=6kOJG_mDNhxVuEXVeG9Lqcg8kXpWWrRIU5unxpNmcuo&e=.

joshua-isaac commented 2 years ago

Hi @sheehyrob, join our community slack and shoot me a message. We can arrange something.

Thanks,

sheehyrob commented 2 years ago

For some reason the slack link Joel send isn’t working for me. Are you able to email me an invite to that slack workspace?

From: joshua @.> Sent: Wednesday, November 10, 2021 11:36 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Hi @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=g53ioLrJb98J__G58KKi5zLMbmrCNbEt1z26umyZaXg&e=, join our community slack and shoot me a message. We can arrange something.

Thanks,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965578450&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=e3H11Cy1scWJEtZR3BzkBG6ZffD8DnLsymrrT9hflPw&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZG5I5K2WCEO7SO7ORDULKURHANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=3uCAmxChK_hFop-woGrToxCVd7mvOeTO7visRj1YUOY&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=P2ibGNb2l9WzutMDltnsDMFNyTzz3OKZgBxfbITV0OQ&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=Qj_3bieIEhEAMBcJWkZWMGbDcU-GK6AigsRd3W8OUfE&e=.

sheehyrob commented 2 years ago

Nevermind. Looks like there was a typo in the URL. I found the right one now.

From: joshua @.> Sent: Wednesday, November 10, 2021 11:36 AM To: agility/agility-gatsby-starter @.> Cc: Sheehy, Robert @.>; Mention @.> Subject: Re: [agility/agility-gatsby-starter] Gatsby agility starter errors on initial gatsby develop (Issue #53)

Hi @sheehyrobhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sheehyrob&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=g53ioLrJb98J__G58KKi5zLMbmrCNbEt1z26umyZaXg&e=, join our community slack and shoot me a message. We can arrange something.

Thanks,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_agility_agility-2Dgatsby-2Dstarter_issues_53-23issuecomment-2D965578450&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=e3H11Cy1scWJEtZR3BzkBG6ZffD8DnLsymrrT9hflPw&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADBAIZG5I5K2WCEO7SO7ORDULKURHANCNFSM5HWGKZRQ&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=3uCAmxChK_hFop-woGrToxCVd7mvOeTO7visRj1YUOY&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=P2ibGNb2l9WzutMDltnsDMFNyTzz3OKZgBxfbITV0OQ&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=TmECj8_H4f_ymNHjYqyx3TqhV38Nn137oUX7OyACuYs&m=P1OM1bVZJ1WEcp-jWLRtP5r__JCs5VhNIabqdohjzEk&s=Qj_3bieIEhEAMBcJWkZWMGbDcU-GK6AigsRd3W8OUfE&e=.