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
Whenever the client tries to access a resource, a static file server tries to look for the file in the directory but it fails as it doesn't exist because it's a client-side route.
This is the implementation of a static file server I'm using
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Whenever the client tries to access a resource, a static file server tries to look for the file in the directory but it fails as it doesn't exist because it's a client-side route.
This is the implementation of a static file server I'm using
express has a way to make it work with CSR
So how do I do this in oak?
Beta Was this translation helpful? Give feedback.
All reactions