poppastring / dasblog-core

The original DasBlog reimagined with ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When the site is installed into a subdirectory, the "post" create/edit operations sucecss but redirect to /post

clemensv opened this issue · comments

I have the site installed into subdirectory (an an app) in Azure App Service and have the site config set to e.g. https://example.com/subdir/

That works overall, but submitting a new post in subdir/post/create or editing in subdir/post/edit ends up redirecting to /post/{guid}/edit so I assume there's a ~missing somewhere.

I have a bunch of little fixes related to this and will clean them up and PR them