Skip to content

Troubleshooting

Emanuele Manzione edited this page Oct 15, 2020 · 17 revisions

When integrating PATCH some problems may arise. In fact, it interacts with external services like web servers, so sometimes additional operations are needed.

Files cannot be downloaded

You uploaded your files, but the web server seems to not serve them correctly.

Forbidden mime types

By default, web servers do not serve all mime types in production. PATCH tries to use standard data formats for web, but Unity builds can contain a lot of forbidden mime types and the server can block their delivery.

Context: the server returns HTTP errors like 4xx (403, mostly) or 500. You can verify it by navigating to that file's URL with your browser.

Solution: reach your web server's configuration and allow the serving of all mime types. If you are unsure about how to do it, just google the process to do it for your specific web server.

Web cache

Clone this wiki locally