URLS__BASEPATH should be just the path, like “/webapp3” I think.
Sounds reasonable, however changing it to /webapp3 did not help
So the generated URLs are still wrong? I will check it this weekend and give you an answer at monday.
Yes, apparently they are still the same. All referencing the baseurl not the path. :-/
Thank you, have a great weekend.
I have updated a new version of the helm chart.
Thanks Sebastian.
I just got a chance to try it. The pods seems to start nicely, and I can access the website via subdomain (have not tried a path url yet). The roles and database connections work out of the box.
However when pressing login, I get the pop up and it says:
error:invalid_request
error_description:The specified 'redirect_uri' is not valid for this client application.
error_uri:https://documentation.openiddict.com/errors/ID2043
Still testing and trying to figure out what it needs now.
Can you check the logs? You should see the details there. Very likely still a problem with the base url.
Log is to big to post, and uploading the txt file is not allowed.
Will try and post in several replies. Part 1
EDIT deleted large text here
part 2
EDIT deleted large text here
part 3
EDIT deleted large text here
No Human being can read that … why do you not upload it somwhere?
it doe no look complete. Afaik there should be an output where the actual redirect uri and the expected redirect uri is shown.
Sorry, I forgot to reproduce before getting the logs. Here is the events from clicking the login button.
{"logLevel":"Information","filters":{"costs":0},"elapsedRequestMs":53,"timestamp":"2022-03-21T15:06:11Z","app":{"name":"Squidex","version":"5.9.0.0","sessionId":"05eebb1a-45bc-4011-9cee-3823717a9069"},"web":{"requestId":"00-841567bd0a2db0f9ad11ea2d4d91b6e2-805640a8b41727c2-01","requestPath":"/build/index.html","requestMethod":"GET"}}
{"logLevel":"Information","filters":{"costs":0},"elapsedRequestMs":11,"timestamp":"2022-03-21T15:09:58Z","app":{"name":"Squidex","version":"5.9.0.0","sessionId":"05eebb1a-45bc-4011-9cee-3823717a9069"},"web":{"requestId":"00-6b52ecf414f8e180107ceee448e352d6-4efd67760552673c-01","requestPath":"/build/index.html","requestMethod":"GET"}}
{"logLevel":"Information","filters":{"costs":0},"elapsedRequestMs":178,"timestamp":"2022-03-21T15:10:01Z","app":{"name":"Squidex","version":"5.9.0.0","sessionId":"05eebb1a-45bc-4011-9cee-3823717a9069"},"web":{"requestId":"00-d9091568c252daf77c8f655ac4ed205e-e179ea2b3c5f4997-01","requestPath":"/identity-server/.well-known/openid-configuration","requestMethod":"GET"}}
{"logLevel":"Information","filters":{"costs":0},"elapsedRequestMs":72,"timestamp":"2022-03-21T15:10:01Z","app":{"name":"Squidex","version":"5.9.0.0","sessionId":"05eebb1a-45bc-4011-9cee-3823717a9069"},"web":{"requestId":"00-1411bf67f070e42b3d6bcef5528460b7-758ab2c43925a9d4-01","requestPath":"/identity-server/connect/authorize","requestMethod":"GET"}}
{"logLevel":"Information","filters":{"costs":0},"elapsedRequestMs":5,"timestamp":"2022-03-21T15:20:12Z","app":{"name":"Squidex","version":"5.9.0.0","sessionId":"05eebb1a-45bc-4011-9cee-3823717a9069"},"web":{"requestId":"00-956a6714a735afe6c1801c3391df0ce1-47dc914b825d86cc-01","requestPath":"/identity-server/connect/authorize","requestMethod":"GET"}}
Sorry, I was wrong. It is not logged. What is your BASE_URL and which URL do you currently visit?
In the logs I got from you it says http not https.
That is odd. I am using https in browser, and it redirects to https when I put http.
The pop up is also https
Sorry, no…hang on…I think I put http in the values file base_url…let me try again
That was it, now it works. Good catch. not sure how I accidently made it http in the process.
Thanks a lot for your help and sorry for this last inconvenience looking into my mistaken http.