Macario Lara
Macario Lara
I got google ads loaded via GTM to work using cloudfront proxy to googleads.g.doubleclick.net. I believe the "AllViewerExceptHostHeader" configuration was needed, else as @vptill says, google.com will throw the CORS...
@mhevery I added the setup to tests/react-app, but cant create a PR since I don't have read access. I'm not very familiar on how to do this with a repo...
its very simple setup, basically you have GoogleAnalytics.tsx ```javascript import React from 'react'; const trackingScript = (GA_TRACKING_ID: string, SITE_NAME: string, GA_TAG_ID: string) => { return ` window.GoogleAnalyticsObject = 'ga'; window.ga...
Oh cool, didnt realize there was a debug option. Sure here are the logs, so it does look like it's getting the file ``` { message: 'SERVERLESS_EXPRESS:PROXY', event: '{\n' +...
so i logged what the response looks like when i explicitly set the /robos.txt (which correctly shows the robots.txt) this is what I get for `SERVERLESS_EXPRESS:FORWARD_RESPONSE:EVENT_SOURCE_RESPONSE` ``` { message: 'SERVERLESS_EXPRESS:FORWARD_RESPONSE:EVENT_SOURCE_RESPONSE',...
ok, so i did what you suggested, interestingly enough, it works with both utf-8 and UTF-8 ``` export const handler = async () => { return { statusCode: 200, body:...
Haha, I hate that award. Ya, issue doesnt really make sense to me either, everything seems to be setup correct. No, I didnt mess with `callbackWaitsForEmptyEventLoop` ``` const binaryMimeTypes =...
yep, that worked! Idk if it'd be better for vendia/serverless-express to stringify all the headers by default or allow a custom function to be passed in to edit the headers,...
Thanks for the quick update! In my case turning on the multi-value headers via alb worked