You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
In JS
Components -> Card.vue -> methods: getData:
used Nova.request().get("/nova-vendor/total-records/endpoint/", that follows redirect (if can) to /nova-vendor/total-records/endpoint (without slash at end). In some cases it fails with mixed content requests, even forceScheme enabled.
In JS
Components -> Card.vue -> methods: getData:
used
Nova.request().get("/nova-vendor/total-records/endpoint/", that follows redirect (if can) to/nova-vendor/total-records/endpoint(without slash at end). In some cases it fails with mixed content requests, even forceScheme enabled.Could U fix this little thing?