Thomas Sattlecker

Results 16 comments of Thomas Sattlecker

This is necessary because at the time being, it is not possible to create a ZEIT_API_TOKEN from a team. So the only way to deploy as a team is by...

did not find anything in the docs. I ran into the problem and tested the constraints myself. I will try to get an official statement in slack? Sure i can...

Is there currently any way to connect to horizon from ios / android? other than going through all the handshaking stuff myself. ?

I dont get why you cant use the payload for your `successMessage`?

I am running the MacOS 10.14 Beta and wanted to let you know that atm Safari 12 + mak is having the same issue

👋 We are having the same issue since 12hours ago as well. Seems like POST requests from some locations (confirmed via VPN for the UK) run into a 502 -...

Seems to be an issue with the latest nextjs version. ~~We pinned nextjs to 12.2.5 now and it works again.~~ I also dont think this is connected to the described...

Seems like we made a mistake and the middleware was not in use. 12.2.5 does have the same issue still. Still havent figured out the root problem.

It does work with nextjs 13 in general. But it does not work with react server components and the new `app` folder. Your setup with the `pages` folder, SSR and...

I recently made the switch to using links correctly again. Trying to leverage the browser features. I still needed to do some "side-effects" on link clicks which requires `onClick`. I...