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
Only been playing with it an hour or so, can't pinpoint exactly where yet, but when you deploy a static site that's in a sub-directory, some of the thumbnails and all the individual page reports have the URL beginning with /reports/, which refers back to example.com/reports/unlighthouse-report/the-file, instead of example.com/unlighthouse-report/reports/the-file.
Update: the issue is in the payload.js file, I just did a find/replace for artifactUrl":"/reports to remove the leading slash and everything works, so wherever that initial generation comes from.
Describe the bug
Only been playing with it an hour or so, can't pinpoint exactly where yet, but when you deploy a static site that's in a sub-directory, some of the thumbnails and all the individual page reports have the URL beginning with
/reports/
, which refers back toexample.com/reports/unlighthouse-report/the-file
, instead ofexample.com/unlighthouse-report/reports/the-file
.What's attempting to be fetched:
https://mayfairfinanceaustralia.com/reports/businessfinance/screenshot.jpeg
Actual URL example:
https://mayfairfinanceaustralia.com/seo/reports/20240408_0243/reports/businessfinance/screenshot.jpeg
Reproduction
No response
System / Nuxt Info
No response
The text was updated successfully, but these errors were encountered: