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
Github redirects (301) from https://x.nuxt.space/api/content/content/database.sql?v=V4I9ATcky to http://x.nuxt.space/api/content/content/database.sql/?v=V4I9ATckyK causing a MIXED CONTENT error and the browser blocking the request.
Environment
Github pages
Version
nuxt: 3.15.4
nuxt/content: 3.1.0
Reproduction
npx nuxi build --preset github_pages
https://x.nuxt.space/api/content/content/database.sql?v=V4I9ATcky
tohttp://x.nuxt.space/api/content/content/database.sql/?v=V4I9ATckyK
causing a MIXED CONTENT error and the browser blocking the request.I am not sure why github pages does this.
Description
Workaround
Add the following to
nuxt.config.ts
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: