ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

Is it possible to configure this plugin to only run once when the server starts? #27

Closed Vadorequest closed 3 years ago

Vadorequest commented 3 years ago

I'd like to know if it's possible to avoid the plugin to fetch data multiple times but only once at the very beginning, when the server starts.

This is an issue I've noticed in development mode only. It seems to be invoked multiple times, probably because of how Next.js works (several workers in parallel), but this causes us to hit our API too much, which leads to being rate limited and only part of the data are available, which makes the whole app in an inconsistent state. Also, the success/failure is random (depends on I/O) and it affects (worsen) the developer experience quite a lot.

Any trick to improve this workflow?

Here's an example of the logs when loading the page once, just after starting the development server. You'll notice the [EducationalProgramStep] 26 airtable API records fetched is printed 11 times in total, meaning it fetches the 11 times instead of one, and it eventually crashes due to rate limits being hit.

When not using this plugin, it fetches the API 2 times instead of 11.

2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:26.978Z [modules/core/i18n/fetchLocizeTranslations] Pre-evaluation (prefetching of the static translations at build time) is disabled in development mode for a better developer experience.
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
event - compiled successfully
event - build page: /[locale]
wait  - compiling...
event - build page: /404
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:26.978Z [modules/core/i18n/fetchLocizeTranslations] Pre-evaluation (prefetching of the static translations at build time) is disabled in development mode for a better developer experience.
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:26.978Z [modules/core/i18n/fetchLocizeTranslations] Pre-evaluation (prefetching of the static translations at build time) is disabled in development mode for a better developer experience.
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:32.741Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 10)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 15)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 14)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 16)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 17)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 5)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 0)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 1)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 2)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 7)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 9)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 3)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 18)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 6)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 12)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] Error: Too Many Requests - {
  "errors": [
    {
      "error": "RATE_LIMIT_REACHED",
      "message": "Rate limit exceeded. Please try again later"
    }
  ]
}
    at fetchJSON (webpack-internal:///./src/modules/core/api/fetchJSON.ts:26:13)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async fetchAirtableTable (webpack-internal:///./src/modules/core/airtable/fetchAirtableTable.ts:93:21)
    at async promises.push.enabled (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:89:112)
    at async Promise.all (index 8)
    at async fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:107:19)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80)
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
event - compiled successfully
2021-05-27T12:48:34.109Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
SerializableError: Error serializing `.i18nTranslations` returned from `getStaticProps` in "/404".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:95)
    at /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:490
    at Array.every (<anonymous>)
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:291)
    at isSerializableProps (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:9:219)
    at renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/render.js:30:1730)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:111:97
    at async __wrapper (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/coalesced-function.js:1:330)
    at async DevServer.renderToHTMLWithComponents (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:136:387)
    at async DevServer.renderErrorToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:138:492)
    at async DevServer.renderErrorToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/server/next-dev-server.js:36:1380)
    at async DevServer.renderError (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:137:2007)
2021-05-27T12:48:32.742Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
event - build page: /_error
wait  - compiling...
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:19.975Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:26.978Z [modules/core/i18n/fetchLocizeTranslations] Pre-evaluation (prefetching of the static translations at build time) is disabled in development mode for a better developer experience.
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:20.404Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
event - compiled successfully
2021-05-27T12:48:36.761Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
SerializableError: Error serializing `.i18nTranslations` returned from `getStaticProps` in "/404".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:95)
    at /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:490
    at Array.every (<anonymous>)
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:291)
    at isSerializableProps (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:9:219)
    at renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/render.js:30:1730)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:111:97
    at async __wrapper (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/coalesced-function.js:1:330)
    at async DevServer.renderToHTMLWithComponents (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:136:387)
    at async DevServer.renderErrorToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:138:492)
    at async DevServer.renderErrorToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/server/next-dev-server.js:36:1380)
    at async DevServer.renderError (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:137:2007)
ErrorPage.getInitialProps - Unexpected error caught, it was captured and sent to Sentry. Error details: TypeError: Cannot destructure property 'records' of 'results[i]' as it is undefined.
    at fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:112:7)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80) {
  type: 'TypeError'
}
TypeError: Cannot destructure property 'records' of 'results[i]' as it is undefined.
    at fetchAirtableDataset (webpack-internal:///./src/modules/core/airtable/fetchAirtableDataset.ts:112:7)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async getCoreStaticPaths (webpack-internal:///./src/layouts/core/coreLayoutSSG.ts:63:36)
    at async buildStaticPaths (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/build/utils.js:16:80) {
  type: 'TypeError'
}
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:45.409Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:45.409Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:45.052Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
2021-05-27T12:48:36.761Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
SerializableError: Error serializing `.i18nTranslations` returned from `getStaticProps` in "/[locale]".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:95)
    at /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:490
    at Array.every (<anonymous>)
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:291)
    at isSerializableProps (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:9:219)
    at renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/render.js:30:1730)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:111:97
    at async __wrapper (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/coalesced-function.js:1:330)
    at async DevServer.renderToHTMLWithComponents (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:136:387)
    at async DevServer.renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:137:1088)
    at async DevServer.renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/server/next-dev-server.js:36:578)
    at async DevServer.render (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:74:255)
    at async Object.fn (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:58:672)
    at async Router.execute (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/router.js:25:67)
    at async DevServer.run (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:68:1042)
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Asset?fields%5B%5D=ref&fields%5B%5D=asset&fields%5B%5D=width&fields%5B%5D=height&fields%5B%5D=title&fields%5B%5D=alt&fields%5B%5D=linkUrl&fields%5B%5D=linkTarget&filterByFormula=OR(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BcustomerOwnerRef%7D%20%3D%20'')"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Campus?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=educationalProgramSteps&fields%5B%5D=place&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Contact?fields%5B%5D=ref&fields%5B%5D=isCustomerStaff&fields%5B%5D=isMultiOffices&fields%5B%5D=singleOffice&fields%5B%5D=multiOffices&fields%5B%5D=firstname&fields%5B%5D=lastname&fields%5B%5D=name&fields%5B%5D=titleFR&fields%5B%5D=titleEN&fields%5B%5D=email&fields%5B%5D=languages&fields%5B%5D=singleOfficeBuildingRoomInfoFR&fields%5B%5D=singleOfficeBuildingRoomInfoEN&fields%5B%5D=singleOfficeDescriptionFR&fields%5B%5D=singleOfficeDescriptionEN&fields%5B%5D=singleOfficePhone&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20%7BisUnlyPrivateContact%7D%20!%3D%20TRUE())"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ContactPlaceInfo?fields%5B%5D=ref&fields%5B%5D=buildingRoomInfoFR&fields%5B%5D=buildingRoomInfoEN&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=place&fields%5B%5D=contact&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Customer?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=previewBaseUrl&fields%5B%5D=productionBaseUrl&fields%5B%5D=stackerBaseUrl&fields%5B%5D=availableLanguages&fields%5B%5D=theme&fields%5B%5D=modTFP&fields%5B%5D=modChatbot&fields%5B%5D=modSLG&fields%5B%5D=modSLS&fields%5B%5D=ownedCampuses&fields%5B%5D=ownedContacts&fields%5B%5D=ownedEducationalPrograms&fields%5B%5D=ownedPlaces&fields%5B%5D=ownedStudentSolutions&fields%5B%5D=ownedStudentSolutionsCategories&filterByFormula=%7Bref%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgram?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=displayPriorityScore&fields%5B%5D=educationalProgramSteps&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/EducationalProgramStep?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=labelShortFR&fields%5B%5D=labelShortEN&fields%5B%5D=tuitionFeesDescriptionFR&fields%5B%5D=tuitionFeesDescriptionEN&fields%5B%5D=tuitionFeesDocumentsFR&fields%5B%5D=tuitionFeesDocumentsEN&fields%5B%5D=campuses&fields%5B%5D=educationalProgram&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbot?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModChatbotFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=dialogIntroductionFR&fields%5B%5D=dialogIntroductionEN"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLG?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLGFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLS?fields%5B%5D=isEnabled&fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModSLSFallback?fields%5B%5D=homeTitleFR&fields%5B%5D=homeTitleEN&fields%5B%5D=homeSubtitleFR&fields%5B%5D=homeSubtitleEN&fields%5B%5D=homeDescriptionFR&fields%5B%5D=homeDescriptionEN&fields%5B%5D=homeButtonLabelFR&fields%5B%5D=homeButtonLabelEN&fields%5B%5D=borrowingAssistanceTitleFR&fields%5B%5D=borrowingAssistanceTitleEN&fields%5B%5D=borrowingAssistanceDescriptionFR&fields%5B%5D=borrowingAssistanceDescriptionEN&fields%5B%5D=recommendedInterestRate&fields%5B%5D=studentSolutionsGroupsType"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFP?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/ModTFPFallback?fields%5B%5D=favicon&fields%5B%5D=serviceLabelFR&fields%5B%5D=serviceLabelEN&fields%5B%5D=serviceLogoFR&fields%5B%5D=serviceLogoEN&fields%5B%5D=footerLogoFR&fields%5B%5D=footerLogoEN&fields%5B%5D=footerCreditsFR&fields%5B%5D=footerCreditsEN&fields%5B%5D=footerCopyrightFR&fields%5B%5D=footerCopyrightEN&fields%5B%5D=solutionsIntroductionFR&fields%5B%5D=solutionsIntroductionEN&fields%5B%5D=termsDescriptionFR&fields%5B%5D=termsDescriptionEN&fields%5B%5D=privacyDescriptionFR&fields%5B%5D=privacyDescriptionEN&fields%5B%5D=slsReleaseName"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Place?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=address&fields%5B%5D=campus&fields%5B%5D=contactPlaceInfos&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolution?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=logoFR&fields%5B%5D=logoEN&fields%5B%5D=version&fields%5B%5D=isGenericDuplicate&fields%5B%5D=genericDuplicateType&fields%5B%5D=displayPriorityScore&fields%5B%5D=isVisibleSLS&fields%5B%5D=descriptionFR&fields%5B%5D=descriptionEN&fields%5B%5D=benefitsDescriptionFR&fields%5B%5D=benefitsDescriptionEN&fields%5B%5D=eligibilityConditionsDescriptionFR&fields%5B%5D=eligibilityConditionsDescriptionEN&fields%5B%5D=loanInterestRate&fields%5B%5D=loanMaxAmount&fields%5B%5D=expiresAt&fields%5B%5D=isExpired&fields%5B%5D=behaviourWhenExpired&fields%5B%5D=linksFR&fields%5B%5D=linksEN&fields%5B%5D=documentsFR&fields%5B%5D=documentsEN&fields%5B%5D=categories&fields%5B%5D=isContactsAdvancedMatchingModEnabled&fields%5B%5D=isSolutionsAdvancedMatchingModEnabled&fields%5B%5D=campusesBasicMatches&fields%5B%5D=contactsBasicMatches&fields%5B%5D=educationalProgramStepsBasicMatches&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9'%2C%20IF(AND(%7BbehaviourWhenExpired%7D%20%3D%20'Cacher'%2C%20%7BisExpired%7D%20%3D%201)%2C%20FALSE()%2C%20TRUE()))"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/StudentSolutionsCategory?fields%5B%5D=ref&fields%5B%5D=labelFR&fields%5B%5D=labelEN&fields%5B%5D=displayPriorityScore&filterByFormula=AND(%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'%2C%20%7BvisibilityStatus%7D%20%3D%20'Publi%C3%A9')"
2021-05-27T12:48:47.956Z [modules/core/vercelCache/hybridCache] Cache is disabled, bypassing
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] Fetching airtable API at "https://api.airtable.com/v0/appdeQdH9U1dKtAu5/Theme?fields%5B%5D=primaryColor&fields%5B%5D=primaryColorVariant1&fields%5B%5D=onPrimaryColor&fields%5B%5D=secondaryColor&fields%5B%5D=secondaryColorVariant1&fields%5B%5D=onSecondaryColor&fields%5B%5D=backgroundColor&fields%5B%5D=onBackgroundColor&fields%5B%5D=surfaceColor&fields%5B%5D=onSurfaceColor&fields%5B%5D=errorColor&fields%5B%5D=onErrorColor&filterByFormula=%7BcustomerOwnerRef%7D%20%3D%20'gem-v4'"
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ContactPlaceInfo] 0 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModSLG] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModTFPFallback] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [StudentSolutionsCategory] 7 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Theme] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModTFP] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Asset] 99 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Campus] 0 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [StudentSolution] 51 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Customer] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Place] 5 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModSLSFallback] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModChatbot] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [EducationalProgramStep] 26 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModSLGFallback] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModSLS] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [ModChatbotFallback] 1 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [EducationalProgram] 11 airtable API records fetched
2021-05-27T12:48:47.957Z [modules/core/airtable/fetchAirtableTable] [Contact] 20 airtable API records fetched
2021-05-27T12:48:47.616Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
2021-05-27T12:48:36.761Z [modules/core/airtable/prepareAndSanitizeAirtableDataset] Raw dataset metadata: size: 229 [
  'Asset: 99',
  'Contact: 20',
  'Customer: 1',
  'EducationalProgram: 11',
  'EducationalProgramStep: 26',
  'ModChatbot: 1',
  'ModChatbotFallback: 1',
  'ModSLG: 1',
  'ModSLGFallback: 1',
  'ModSLS: 1',
  'ModSLSFallback: 1',
  'ModTFP: 1',
  'ModTFPFallback: 1',
  'Place: 5',
  'StudentSolution: 51',
  'StudentSolutionsCategory: 7',
  'Theme: 1'
]
SerializableError: Error serializing `.i18nTranslations` returned from `getStaticProps` in "/[locale]".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:95)
    at /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:490
    at Array.every (<anonymous>)
    at isSerializable (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:7:291)
    at isSerializableProps (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/is-serializable-props.js:9:219)
    at renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/render.js:30:1730)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async /Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:111:97
    at async __wrapper (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/lib/coalesced-function.js:1:330)
    at async DevServer.renderToHTMLWithComponents (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:136:387)
    at async DevServer.renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:137:1088)
    at async DevServer.renderToHTML (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/server/next-dev-server.js:36:578)
    at async DevServer.render (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:74:255)
    at async Object.fn (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/next-server.js:58:672)
    at async Router.execute (/Users/vadorequest/dev/TFP-v4/node_modules/next/dist/next-server/server/router.js:25:67)
    at 
Vadorequest commented 3 years ago

For the record, I've disabled this plugin in development mode to avoid the issue for now, but I'd be better to use it if that means fetching the API only once and no more even when changing pages. (similar to how it'd work in staging/production)

ricokahler commented 3 years ago

hey @Vadorequest, sorry for the radio silence in the past few days. Been rather busy starting up a new role but I'll definitely address a lot of the issues you've brought up soon (potentially today). I really do appreciate you taking the time to give this feedback!

Vadorequest commented 3 years ago

Awesome!

For the record I've added your plugin into https://github.com/UnlyEd/next-right-now because the demo uses a lot of static pages, with a lot of static data that needs to be fetched once during build. :)

ricokahler commented 3 years ago

This one might be slightly difficult to address but it's definitely something I want to fix.

This is an issue I've noticed in development mode only. It seems to be invoked multiple times, probably because of how Next.js works (several workers in parallel

I think you're right and if that's the case, this may require some higher-level coordination (maybe via a webpack plugin vs a loader??). I have another next project, next-plugin-query-cache that attempts to de-dupe requests so I may borrow some ideas from there to get this working.

I'll keep you posted :D

ricokahler commented 3 years ago

I believe this is the same issue as #14 (or at least the way I plan on solving it should solve both!). I'll close this in favor but please feel to reply if anything is different.

ricokahler commented 2 years ago

hey @Vadorequest, I just released an alpha with a mechanism that de-dupes the preval runs. I'm looking for some testers if you'd like to try it out in your projects.

If everything looks good, I can release something relatively soon.

Vadorequest commented 2 years ago

Thanks for notifying me, I would need to run some tests, not sure when I'll have some free time for that 😬

ricokahler commented 2 years ago

@Vadorequest totally understand. took me a few months to find time to address this one as you can see 😅