thecatalinstan / Criollo

A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
https://criollo.io/
MIT License
290 stars 51 forks source link

iOS : Failed to load resource: The network connection was lost. #111

Open chillin0531 opened 1 year ago

chillin0531 commented 1 year ago

This problem occurs when loading static files(like .js or .css files) in iOS. While debugging the web contents in Safari, the error 'Failed to load resource: The network connection was lost.' was presented on the console tab. The same file URL loads without difficulty independently. When we try to load through js scripts, we get these errors. What will be the reason of this type of failure?