You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy my Remix + Vite app but I can see only Page not found on Netlify. It occurs only when I'm trying to deploy using Github Actions, it works fine when I enable automatic deploy on Netlify. Has anyone struggle with similar issue? Here's like my config files look like:
deploy.yml
@krlakwa is your site SSR? I noticed you are deploying functions.
I'm currently struggling with a similar issue where deploying functions-dir doesn't quite work as expected, I can see the function being picked up by Netlify but still seeing Page Not Found. When I do netlify deploy manually, everything works.
I'm trying to deploy my Remix + Vite app but I can see only Page not found on Netlify. It occurs only when I'm trying to deploy using Github Actions, it works fine when I enable automatic deploy on Netlify. Has anyone struggle with similar issue? Here's like my config files look like:
deploy.yml
netlify.toml
The text was updated successfully, but these errors were encountered: