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
The fiel should either not be accessible or the server-side code should be stripped.
Note that sometimes it does work and the file's server content is properly stripped but I could not find a way to reproduce this. It almost seems random.
Actual Behavior
The file is exposed as is.
The text was updated successfully, but these errors were encountered:
Reproduction
https://stackblitz.com/edit/remix-run-remix-vcsxcesm?file=package.json
You can visit the:
/app/secret.server.js endpoint and see the content of the file.
Note: this happens in dev mode via: the
vite dev
command.System Info
Used Package Manager
npm
Expected Behavior
The fiel should either not be accessible or the server-side code should be stripped.
Note that sometimes it does work and the file's server content is properly stripped but I could not find a way to reproduce this. It almost seems random.
Actual Behavior
The file is exposed as is.
The text was updated successfully, but these errors were encountered: