Pablo Cantero

Results 55 comments of Pablo Cantero

I'm under GMT-3 and the other developer is under GMT-4. We are using VCR to record some requests with the timestamp in the querystring (HMAC). If we use `Timecop.freeze` it...

Hi @gondalez Thank you for the kind words! There's no work being done related to that. All current improvements are individual-driven. Are you interested in submitting a PR?

@gondalez all good. The issues get auto-closed after some time.

TBH `update_table` is just a bonus. `delete_table` is more than enough for development.

@tannerabread just tested it again with another app but with the same setup, and I'm still getting the same error. ![image](https://user-images.githubusercontent.com/105652/210677542-6e60677f-0d9f-4ab2-8ed9-475636877c4e.png) ```typescript export const getServerSideProps = async ({ req })...

@didemkkaslan if I remove `custom_header` then nothing works, I get 401 from APIGW. @tannerabread [would you be open to pair up on this?](https://calendly.com/pablo-cantero/). It's going to be much quicker for...

Another behavior that's very strange. If I click on a link, from another website, for example, I click on localhost:3000/something from example.com, it fails for the first time, `getServerSideProps` can't...

@blackmouth I get `TypeError: SSR.Auth.function is not a function` my dependencies: ``` "@aws-amplify/auth": "^5.1.2", "@aws-amplify/ui-react": "^4.3.1", "aws-amplify": "^5.0.11", "next": "13.1.1", ```

Hi @nadetastic Yes, I am. ![image](https://user-images.githubusercontent.com/105652/222312374-f3cd19a7-6b6d-4eb7-b4d3-bd3da1b3e556.png) BTW this works fine on the client side. The issue is when running it through `getServerSideProps`. Also, this works on `getServerSideProps` when I use...

@tannerabread @nadetastic I was able to create a repo [cognito-amplify-cdk-10290](https://github.com/phstc/cognito-amplify-cdk-10290) with the code to reproduce the problem. I added [deploy instructions in the README](https://github.com/phstc/cognito-amplify-cdk-10290#set-up) to configure the sample code. Please,...