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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Hi,
I am using GCDWebServer in a react-native app to server a static html folder from a bundle.
I am starting a server using:
It works fine and serves html correctly up to the point where I update the app (via appstore or manually).
After update it keeps serving static html content from a previous build instead of a new one.
Is this expected behaviour? If so is it possible to kill a server and serve new content?
Currently the only way around it is to uninstall app and install a fresh one in order to receive latest html.
The text was updated successfully, but these errors were encountered: