Community Support Forum

This is the place to ask questions about anything related to cloudscribe!

Clear

Use both nodb and sqlite?

I began on a Cloudscribe site but got sidetracked. Now trying to begin again. I have a NODB blog using Mads Kristensen's miniblog.core https://github.com/madskristensen/Miniblog.Core...
0
votes
11
answers
913
views

Just wanted to make sure... are rewrite rules written in cloudscribe to redirect to https?

Are they part of simple.content or cloudescribe.core?

If someone types http://focusonthemind.com, will they be automatically directed to the sett...
0
votes
11
answers
589
views

custom registration with kvp not working in .net core 3.1

Hi, I've noticed that I can't get custom userproperties to work in any new .net core 3.0 or 3.1 project, despite updating all the Nugets and no matter the fields in app-userproperties.json th...
1
votes
1
answers
506
views

What version of .Net Core does the latest cloudscribe use ?

Can anyone tell me the version of .Net core used by the latest version of Cloudscribe core?

0
votes
2
answers
577
views

Resolving Tenant Information from root provider

I was trying to resolve site-context from startupextention however i always receive a null context

var sp = services
            .BuildServiceProvider();
                var _httpConAcc = sp.GetRequiredService<IHttpContextAccessor>();
                var tenant = _httpConAcc.HttpContext.GetTenant<SiteContext>();
...
0
votes
1
answers
480
views

Cloudscribe login did not respond

I set up a fairly simple instance using the option through Visual Studio template. I selected to make the site non-public. After logging in with admin credentials, I did not select the google ...
0
votes
4
answers
549
views

Using cloudscribe core models in custom features with EF Core

I'm writing a custom feature for cloudscribe and have a question about what the best/cleanest way to incorporate cloudscribe Core models into mine is. Currently, I am adding the concept of use...
0
votes
3
answers
501
views

Seeking information about signup security in Cloudscribe Core

I currently have a website using asp.net core and it has glitches I want to address through using Cloudscribe. My site combines asp.net core with asp.net identity and uses a sqlserver db with ...
0
votes
6
answers
569
views

Anonymous access

Hello everyone. I want only registered users to access site content, what's the best way to disable anonymous access to a site?

Regards.

0
votes
2
answers
673
views

How best to manage robots.txt?

We have a customer who is keen on being able to manage the contents of robots.txt through the administrative UI. My understanding is robots.txt shouldn't be needed at all on a cloudscribe sit...
0
votes
1
answers
530
views

JWT not returning role and aud properties.

I am building a Xamarin app and attempting to use CloudScribe as the API / IdentityServer backend. I started with the example Xamarin project and was able to get things working with the examp...
1
votes
0
answers
3570
views