Hi Sebastian,
I’m testing the Installation screen on Squidex 5.5.0
and I noticed it is sensitive to the format of your baseUrl
.
In previous versions of Squidex I have always used a /
as the last character.
Now with the new Installation screen, Squidex gives a warning about that the baseUrl
's don’t match because in 5.5.0 apparently it needs the baseUrl
without the /
at the end.
How much of an impact does or can this have?
Does it matter if I have a /
or not?
I.e.:
"baseUrl": "https://localhost:5001" vs "baseUrl": "https://localhost:5001/"
Thanks!