Im trying to deploy an online application with a.NET 6 Web API backend app with a database and a Vue.jg frontend. The problem that I’m experiencing is when I try to use my github repository for the beckend application I get a “no component detected” error and cannot proceed with with creating the source.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
You are getting that message as .NET is not a supported cloud-native buildpack. You can find the list of the supported buildpacks here:
https://docs.digitalocean.com/products/app-platform/reference/buildpacks/
What you could do instead is to create a Dockerfile and deploy your .NET application using a Dockerfile as described here:
https://docs.digitalocean.com/products/app-platform/reference/dockerfile/
Hope that this helps!
Best,
Bobby
If you’re here because you got “no component detected” while trying to deploy a static website: make sure you have an index.html (and not some other filename like I did).
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.