Michael Ermer

Results 19 comments of Michael Ermer

Yes, set both, but still the redirect after idp led to localhost.

> Are you sure you updated the `callbackUrl` in your OAuth providers dashboard? > > We've got an example for Docker up at https://nextjs-docker-example.authjs.dev which does work behind a reverse...

I understand what you are saying, we wouldn't want our customers to have to setup multiple Apps on their sso for different systems of us, they whitelist only our tld...

@ndom91 tried with the latest version, both set `AUTH_TRUST_HOST` and `AUTH_REDIRECT_PROXY_URL`, the "login" itself works, BUT after the "login" result is handled at `/api/auth/callback/cognito` the user is then redirected to...

Possible solution would be to handle stream packages as heartbeats (make configurable) or disable heartbeat checks while stream is open.

We are also experiencing issues with this change; it seems to be originating from the new generic for `ServiceSchema` which makes totally sense, but maybe it would be better to...

> Is it related to this merged PR? #1272 yes, this is the issue: https://github.com/moleculerjs/moleculer/pull/1272/files#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8R730 default should be `Service`

everything was working fine with 3.62.0 and next16 now you added this raise condition, for what? 🤯