I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Since upgrading to the latest Squidex commit on master from 6.3.0 we are receiving a 404 response when accessing Squidex via the main base URL. Hosting locally via Docker I have the same problem too.
{
traceId: "00-e93184d2523abf5411d1448b20963c68-35fcefa4bbf1c23a-01",
type: "https://tools.ietf.org/html/rfc7231#section-6.5.4",
statusCode: 404
}
We can still access the login page via the known URL of
http://localhost:5002/identity-server/Account/Login
However all other requests appear to return a 404. The appsettings configuration for Urls I am using is shown below
"urls": {
"baseUrl": "http://localhost/",
"basePath": "/",
"enforceHttps": false,
"enforceHost": false,
"knownProxies": [],
"enableForwardHeaders": true,
"trustedHosted": []
},
Expected behavior
Returns the default login screen or the apps screen when navigating to the base URL.
Minimal reproduction of the problem
Environment
App Name:
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 6.4.0(Latest master commit)
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
I’ve tested this hosting via IIS and Kestrel and get the same result