Subject: Ollama Failing to Render Files – Multiple Errors in n8n Logs

Hi team,

Ollama keeps failing to render the files
, and I’m consistently seeing these errors in my n8n logs:
pgsql

CopyEdit

Request failed with status code 404  
Warning: TT: undefined function: 21  
Warning: fetchStandardFontData: failed to fetch file "FoxitSansBold.pfb"  
UnknownErrorException: The standard font "baseUrl" parameter must be specified  
Warning: fetchStandardFontData: failed to fetch file "FoxitSans.pfb"  
Warning: fetchStandardFontData: failed to fetch file "FoxitSerif.pfb"  
Headers Timeout Error  

It looks like the issue might be related to missing font resources or misconfigured rendering paths in Ollama. The repeated 404 errors and Headers Timeout messages suggest that something’s either not properly connected or not loading as expected.
The ollama seems to be working fine, but the embeddings always says failed to fetch.
Can someone help me troubleshoot this or let me know if there’s a recommended configuration fix?