https://discord.umbraco.com
Join Discord
Unable to install Umbraco due to error Invalid object name 'umbracoOpenIddictApplications'
s

Simon Holman

10 months ago
Hoping the comminuty can help. I'm new to Umbraco and tried to get my first site running. I installed the templates into VS 2022 from the instructions at https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/fundamentals/setup/install/visual-studio. I created an app and tried to run it. Firstly I get an error saying that the /wwwroot/media folder didn't exist, so I created that. Then the site loaded. I changed the db type to Azure SQL and entered my credentials. The install started and a heap of database tables were created but is failed with the error "Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'umbracoOpenIddictApplications'" Not sure where to go from here as I can't even get the app to run 🤷‍♂️😒
s
  • 1
  • 1
  • 86
How to open media picker from custom property editor (v15.1)
r

rstei

6 months ago
As part of custom property editor, I would like to integrate Umbraco's media picker - to be able to select media items. Is there a context or similar I can use to access this picker?
r
u
  • 2
  • 2
  • 85
Configuring SMTP for Umbraco
d

debeef

12 months ago
Hi im trying to setup my SMTP settings to no avail just yet. I have set up a sendgrid api key and have changed my appsettings to look like:
"Smtp": {
        "From": "__myemail__",
        "Host": "smtp.sendgrid.net",
        "Username": "apikey",
        "Password": "__sendgridapikey__"
      }
when I trigger an umbraco form workflow to send the email it returns with these logs [16:26:05 INF] Form Entry Submitted - Form Entry Id: 9ca4f052-821b-44a6-a07c-7c176d9440b6, Form Id: d601e99a-8932-4d39-9396-62285cab8651, User: [16:26:05 ERR] Core email service reports that email message cannot be sent. [16:26:05 INF] Form Entry Approved - Form Entry Id: 9ca4f052-821b-44a6-a07c-7c176d9440b6, Form Id: d601e99a-8932-4d39-9396-62285cab8651, User: if someone could help me out it would be greatly appreciated 🙏
d
k
  • 2
  • 2
  • 85
Polyfill.io
j

jonroberts

about 1 year ago
Hi - due to the Chinese buying polyfill.io domain I was wondering would this have a security risk to Umbraco CMS - 8 and 13? Looking for Polyfill on our CMS 8 it comes up in the Umbraco services etc. We haven't used it ourselves but it looks like it is in the Umbraco side of things.
j
c
s
  • 3
  • 2
  • 85
Custom Plugin is only working in Debug Mode
d

Dhanesh Kumar MJ

almost 2 years ago
I created a custom Umbraco property and it's working in my local ,but it's not in another environment because "Hosting": {"Debug": false } for the other environments, how we can solve this issue?
d
m
  • 2
  • 91
  • 85
Do not copy node_modules on build
j

Josef Henryson

12 months ago
Hi. I am trying to create a custom property editor with Lit in U14. I can build the package locally with npm inside the package folder. But when I try to build my Umbraco project I keep getting this error:
Error    MSB3027
Could not copy "C:\Projects\***\App_Plugins\QuoteColor\node_modules\@umbraco-cms\backoffice\dist-cms\packages\block\block-grid\property-editors\block-grid-group-configuration\property-editor-ui-block-grid-group-configuration.element.d.ts" to "bin\Debug\net8.0\App_Plugins\QuoteColor\node_modules\@umbraco-cms\backoffice\dist-cms\packages\block\block-grid\property-editors\block-grid-group-configuration\property-editor-ui-block-grid-group-configuration.element.d.ts". Exceeded retry count of 10. Failed.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets    5254
I have tried to exclude the node_modules folder from my project but it keeps throwing this error. Any ideas on how to resolve this? Thanks, Josef
j
s
  • 2
  • 11
  • 84
SQL Timeout's & Locks
i

Ian Houghton

6 months ago
We have both a V8 & V13 website running on Azure appservice which is Plan S1 and Azure SQL Server S0 / 10 DTU's. The site has about 50k+ nodes in the tree. We're seeing a huge amount of SQL timeouts and locks, which we're trying to resolve. What specification of appservice & SQL database's do other people use? The database is setup with DTU based pricing, should we be using a v-core based database? We've followed the recommended Azure setup here: https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/setup/server-setup/azure-web-apps
i
k
+6
  • 8
  • 33
  • 83
Has something changed on Umbraco Cloud recently? Seeing alot of sites fail to dispose their indexes.
t

Tom Chance

about 1 year ago
Hey all, We've got a good 30ish sites on Umbraco cloud ranging from a single V8 site all the way to V13 sites. On our V9+ sites, we are noticing an increased downtime and all of their logs appear to be showing:
System.ObjectDisposedException: this Directory is disposed.
Object name: 'Lucene.Net.Store.MMapDirectory'.
   at Lucene.Net.Store.BaseDirectory.EnsureOpen()
   at Lucene.Net.Store.FSDirectory.CreateOutput(String name, IOContext context)
   at Lucene.Net.Index.SegmentInfos.Write(Directory directory)
   at Lucene.Net.Index.SegmentInfos.PrepareCommit(Directory dir)
   at Lucene.Net.Index.IndexWriter.StartCommit(SegmentInfos toSync)
   at Lucene.Net.Index.IndexWriter.PrepareCommitInternal()
   at Lucene.Net.Index.IndexWriter.CommitInternal()
   at Lucene.Net.Index.IndexWriter.CloseInternal(Boolean waitForMerges, Boolean doFlush)
   at Lucene.Net.Index.IndexWriter.Dispose(Boolean waitForMerges)
   at Examine.Lucene.Providers.LuceneIndex.Dispose(Boolean disposing)
or
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'snapshot'.
   at Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.Snapshot.Get(Int32 id)
   at Umbraco.Cms.Infrastructure.PublishedCache.ContentCache.GetById(Boolean preview, Int32 contentId)
(Truncated because of length)
Has something changed infrastructure wise like hot swapping of the sites or am I isolated in this issue?
t
m
a
  • 3
  • 6
  • 82
How to add the bearer token to your http request
a

allatrona

7 months ago
Hello, can someone tell me (or better yet, send me the documentation) of how umbraco excepts me to add the bearer token to my http requests to my custom management API Controller?
a
k
j
  • 3
  • 14
  • 82
Git ignore wwwroot?
p

Pekdon

about 1 year ago
Should the wwwroot folder be ignored or not?
p
h
+5
  • 7
  • 16
  • 81
Previous242526Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by