Community Support Forum

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

Clear

New install, admin@admin.com first login is failing

I have just deployed a new Cloudscribe site using NoDB and the basic default settings in the VS template. When I try to log in for the first time using admin@admin.com and the default passwor...
0
votes
3
answers
794
views

Folder based without folder name in URL?

I have read https://www.cloudscribe.com/multi-tenant-support and did not find what I wish to implement, hence I am asking here. I...
0
votes
3
answers
546
views

In real world what is "Related Sites Mode" for?

In real world, what kind of multi tenant service you had in mind for "Related Sites Mode", where all users can login to any tenant? I am struggling to understand the difference of us...
0
votes
3
answers
483
views

Non-Bootstrap (e.g. material.io) theme

Hi, all integrated themes are presently using bootstrap. Is there a way to theme the application part (ie everything but the administration) with a different framework?

Alternatively, ...
0
votes
4
answers
609
views

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
1051
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
709
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
632
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
691
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
613
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
672
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
611
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
694
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
807
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
677
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
3798
views