blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Unable to Save and Publish Blogs #216

Closed vinodkondabathula closed 3 years ago

vinodkondabathula commented 3 years ago

Unable to save and publish blogs.

Capture

rxtur commented 3 years ago

This error usually happens when application expects JSON from API but instead getting error page that starts with angle bracket. Could be because you running in IIS in the subfolder, like localhost/myapp/blog etc. I'm going to look into this scenario and submit a fix this weekend.

Update: the fix is in, give it a try.

vinodkondabathula commented 3 years ago

This error usually happens when application expects JSON from API but instead getting error page that starts with angle bracket. Could be because you running in IIS in the subfolder, like localhost/myapp/blog etc. I'm going to look into this scenario and submit a fix this weekend.

Update: the fix is in, give it a try.

Above fix didn't work. Attaching the error log from dev console. localhost-1602912134787.log

I am not running the application in the subfolder. I can reproduce this bug in debugging as well.

rxtur commented 3 years ago

Fixed with latest update.