Helm deploy squidex on k8s , clustering issue

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [ x] Documentation issue or request

Current behavior

squidex administration , cluster
error:invalid_request
error_description:The specified ‘redirect_uri’ is not valid for this client application.
error_uri:https://documentation.openiddict.com/errors/ID2043

Expected behavior

show cluster management dashboard

Minimal reproduction of the problem

Environment

helm deploy on k8s

App Name:

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ x] Cloud version

Version: [VERSION]

Browser:

  • [ x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

What is your base URL setting and which URL do you open in chrome?

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

But what is your base url setting?

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

Thats the same. Have you checked the logs? There should be a more detailed error.

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

I mean the kubernetes logs.

it looks likes a authorize issue

Can you just post it?

kubectl logs deploy/squidex -n qa | grep error
Found 3 pods, using pod/squidex-7cf64fbc45-m6hbb
“errors”: [],

Just restart your pod, access the orleans page and then send the full log. Just assume I have no way to look into your deployment and that I need all information, that you can provide me.

here is my orleans config :

Define the clustering type

ORLEANS__CLUSTERING: Development # SUPPORTED: MongoDB, Development
ORLEANS__KUBERNETES: true # Tell Orleans it is running in kubernetes
ORLEANS__SILOPORT: 11111
ORLEANS__GATEWAYPORT: 40000
ORLEANS__IPADDRESS: “”
ORLEANS__USEAZURENETWORK: false

Please do not filter by error and provide the full logs in a well formatted format, at least code block or uploaded file.

that’s the full k8s log, there are some warnings but no errors .

Then I have to dig into that. I do not have the issue with the Squidex cloud.

there sames no error in k8s logs , but from the web console you can see the error message , so from the web console error message , could you find any useful clue ?

No, I was hoping it would also log the expected redirect URI.

I have seen it: You open in http mode, not https.

i open it in https mode in chrome .