Volker Schönefeld
Volker Schönefeld
I'm running into the same issue. Even worse, if I can't catch the activity result, my client gets stuck in a state where it believes it is signed in, but...
Hi @MattBrittan and @shivamkm07, thanks for the PR! I've been running into a similar issue, and stumbled over the auto-ack. Coming from other message passing platforms, like Kafka and PubSub,...
I think this is working as intended. One thing to note is that you did a POST request to the endpoint. Browsers will do an OPTIONS request first, to check...
You are right, I wasn't aware that [Simple Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests) exist.
Throwing my 2 cents in here: We're using Git Flow, and in our case each developer on a feature branch creates an ## [Unreleased ] section with all their changes....