@SmashManiac The “Drag & Drop” deploy isn’t as well supported as the other methods for deploying sites on Netlify.
It’s mentioned here that they don’t “build anything”:
Last Reviewed by Netlify Support Staff: May 2024
Drag and drop, or "manual”, deploys are an easy way to get a simple website up and running super quick. One thing to know about manual deploys is (fun fact!) they do not generate deploy logs. This is because manual deploys don’t actually build anything, so there is nothing to log.
The upside to this is that they deploy lightening fast; the downside is that, without deploy logs, we can’t tell what is happening when things go wrong or get “stuck”.…
I also know there are past threads that mention that “Drag & Drop” doesn’t support functions:
I don’t believe you can take advantage of functions without a git repo - to my knowledge, they don’t work with drag n drop (that’s really only for very simple, static html + css sites).
You’ll need to trigger a deploy in order for your functions to get parsed, read, and become available for use, and that’s not possible without a repo.
You don’t necessarily need to use continous integration - you could push manually using the CLI, for example, but you will need a deploy.
Checking the documentation I see:
https://docs.netlify.com/edge-functions/get-started/#deploy
Use continuous deployment or Netlify CLI manual deploys to deploy your edge functions.
I would avoid using “Drag & Drop” purely because it has known issues which will not be fixed and is regarded as the “least-desirable and least-capable upload method”.
See:
I managed to get a response with some transparency here:
Netlify don’t believe it to be a re-occurance of the bug that prompted this thread, but simply that the “Drag & Drop” feature is inherently prone to failure.
It’s dependent on things like the size of the project being uploaded, your browser memory and the stability of your network connection.
The worst part of its behavior is that it doesn’t provide a timely contextual error message when it does fail, so you can end up stuck on a spinn…
1 Like