Web seems to be Ok, all links are fully working, but when im press on current url (does not matter if im stand on /contact or /members ...) F5
I get netlify 404 "Page not found
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.
If this is your site, and you weren’t expecting a 404 for this path, please visit Netlify’s “page not found” support guide for troubleshooting tips."
build is correct without any errors
netlify.toml
[build]
publish = "dist"
command = "pnpm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/*"
to = "/.netlify/functions/server"
status = 200
SSR is turned on (on local, everything works fine)
Any adea? 😭