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
While this works in the simulator on a device running iOS 15.4 this is not working; only the index.html page is loaded but not the rest of the contents in the directory.
test:
curl http://127.0.0.1:13001/index.html working
curl http://127.0.0.1:13001/ not working, but is this suppose to load the index.html in the directory?
curl http://127.0.0.1:13001/_next/static/chunks/framework-xx.js all not woking?
How can I make files in subdirectorys work?
The text was updated successfully, but these errors were encountered: