• Resolved samuelmartir98

    (@samuelmartir98)


    Tengo un sitio donde estoy usando el plugin uListing y no me carga el mapa, lo único que puedo ver es que en consola me aparecen errores de que la petición esta siendo bloqueada haciendo referencia a esto:
    Cross-Origin Read Blocking (CORB) blocked a cross-origin response.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mgordonStylemixThemes

    (@mgordon7)

    Hi,

    The “Cross-Origin Read Blocking (CORB)” error typically occurs when a web page tries to fetch a resource from another domain, and the browser blocks the request due to security reasons. To resolve this issue, you can try the following steps:

    1. Check API Key: Ensure that you have configured the API key for the mapping service (such as Google Maps) correctly in the uListing plugin settings. If the API key is missing or incorrect, it can cause the map to fail to load.
    2. CORS Configuration: If you control the server from which the resource is being fetched, you can configure Cross-Origin Resource Sharing (CORS) headers to allow requests from the domain where your website is hosted. This would involve modifying the server configuration to include appropriate CORS headers.
    3. Proxy Server: Set up a proxy server on your server-side to fetch the resource from the mapping service. This way, the request originates from your own domain, bypassing the CORS restriction..

    By addressing these points, you should be able to resolve the CORS-related issue

    Thread Starter samuelmartir98

    (@samuelmartir98)

    Thanks. The mistake was for the option to connect the API. I selected other option instead of Google Maps. Now works well.

    Plugin Support mgordonStylemixThemes

    (@mgordon7)

    You are welcome)))

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.