Philip Nuzhnyi
Philip Nuzhnyi
I had some luck with the following approach (+ increasing lambda function timeout value): ```ts import AWS from 'aws-sdk'; import unzipper from 'unzipper'; import stream from 'stream'; const S3 =...
:+1: this should be merged ASAP. thank you @realyze
might be related to Google blocking requests - happened to me after 5 minutes of usage
i switched to Bing Translate - https://www.microsoft.com/en-us/translator/translatorapi.aspx
PR submitted https://github.com/jordansissel/heroku-buildpack-meteor/pull/42
@ChristianBlom84 have you tried explicitly telling Apollo Client to pass cookies along as described [here](https://www.apollographql.com/docs/react/networking/authentication/#cookie)? ```js const link = createHttpLink({ uri: '/graphql', credentials: 'same-origin' // 👈 }); const client =...
i guess i have misread the original post - i guess the issue is with the SERVER not setting cookies correctly. @bwyx how would you approach fixing this? does this...
i guess a workaround for now would be to login via REST API and then rely on cookie setting via `credentials: 'same-origin' `
Has this been addressed somehow? This functionality is critical for scroll position restoration
as per @oneextrafact, the following works ```bash poetry run nox ```