github-itsec-oculavis

Results 7 comments of github-itsec-oculavis
trafficstars

> @github-itsec-oculavis Hi, can I have the crash log? `=================================================================     Native Crash Reporting ================================================================= Got a UNKNOWN while executing native code. This usually indicates a fatal error in the mono...

> I deactivated the Nvidia GPU on this device, as it caused issues. To Unity, it should look like only the Intel iGPU is available. In any case, the issue...

> I guess the cause of this issue is increasing the required version of NVIDIA driver for the package. Could you try to upgrade the NVIDIA driver? > > Of...

Hi, Is there any update on this issue?

@bytew0lf I am facing the CORS issue, I followed all steps. ![Image1](https://user-images.githubusercontent.com/105426606/201329440-a907eaff-bd15-4f8c-b021-3974c7881fef.PNG)

> I have resolved CORS issue by adding additional parameters: ``` proxy_hide_header Access-Control-Allow-Origin; add_header 'Access-Control-Allow-Origin' '*' always; ``` However 504 error is still there unable to access xxx:8443/api/*.

> > > > I have resolved CORS issue by adding additional parameters: > > ``` > proxy_hide_header Access-Control-Allow-Origin; > add_header 'Access-Control-Allow-Origin' '*' always; > ``` > > However 504...