I have Remix application. I was build on top of the Netlify Remix template. As Remix is going to migrate to Vite, I decided to give it a go.
The end result is that there are no functions deployed.
I updated the netlify.toml: Publish is now “build” instead of “public”. The structure of the deployed directory is somewhat different but it’s all there.
I see no errors on build log. Only the mention that no functions were deployed.
What other changes I need to do to get Netlify deploy the typical function that is needed here?
@jari The thing I look for initially I’ve already done, which is checking the site to get an idea of what you may have deployed.
The fact there is nothing there combined with the info you’ve given leads me to suspect you’re probably right and the configuration may just be wrong in some basic way.
When people have a public repository, (usually they’re just working with some starter kit they didn’t even code), I’m able to quickly assess what’s happening much faster than they could possibly hope to explain.
I don’t help in a “private” fashion as I’m not a Netlify employee and am more interested in the fact that a successful answer may be useful to hundreds of other developers that encounter it in future.