Murat Cakir
Murat Cakir
The Beta will be released within the next few weeks.
Yes, it is open to the public and you are welcome to contribute.
Unfortunately, Smartstore development on macOS is not tested and not recommended.
We have observed a few times, that `localhost` fails for Docker network address resolution. But using the IP address will always work. You can obtain the database container's IP address...
I used the other already existing [SQLite query variant](https://github.com/smartstore/Smartstore/blob/6605dec874092a53177ab1b8c0972dfb8ebb5b4f/src/Smartstore.Core/Platform/Scheduling/Services/DbTaskStore.cs#L233), because it does not fully materialize the `Task.TaskExecutionInfos` collection. This is the commit: 6605dec Thank you for your contribution.
What do you mean by _middleware_? I assume you mean some HTML snippet, another partial or view component, right? If so, you need to declare a widget zone where you...
X-Forwarded-Prefix support now implemented via 732c6edc54b0e88188a63183a847744f3e9ebaf1
No, `context.Request.Path.Value` = /shop/install is NOT correct. It should be: **/install**. Have you defined `X-Forwarded-Prefix` header in your proxy config? I need more info.
Hopefully fixed by fd7d76e2e837da087e7cd2a7cba2968bd0608441.