Bookmark card problem

Ghost-CLI version: 1.18.2
Ghost version: 4.37.0
Node 16.14
Ubuntu 20.04 LTS

Cannot add Bookmark Card.
Browser console display:

DevTools failed to load source map: Could not load content for https://......./ghost/assets/ghost.min-c1938f6ee696bf08bd6bf93cac341ea2.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://......./ghost/assets/vendor.min-6dc30be68238b5c55df0cdc1f2dc8b8d.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
/ghost/api/canary/admin/oembed/?url=https%3A%2F%2F.......%2F&type=bookmark:1          Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
vendor.min-6dc30be68238b5c55df0cdc1f2dc8b8d.js:920          GET https://......./ghost/api/canary/admin/oembed/?url=https%3A%2F%2F.......%2F&type=bookmark net::ERR_HTTP2_PROTOCOL_ERROR
send @ vendor.min-6dc30be68238b5c55df0cdc1f2dc8b8d.js:920
ajax @ vendor.min-6dc30be68238b5c55df0cdc1f2dc8b8d.js:896
_makeRequest @ vendor.min-6dc30be68238b5c55df0cdc1f2dc8b8d.js:9260
_makeRequest @ ghost.min-c1938f6ee696bf08bd6bf93cac341ea2.js:3218

It worked earlier.

Look at the error… failed to load content, 404. So, check the resources to understand why.

Ghost-CLI version: 1.18.2
Ghost version: 4.40.0
NodeJS 16.14.2

Problem still persists.
vendor.min-ed945ad80ea22f1d3ffeec6d5ae63aee.js line 920

It’s likely not a Ghost issue, but your options for source maps in dev tools.

Can you not add a specific bookmark card or not any bookmark card?

Are you able to share a link to the page where it’s failing?

Thanks!

I have found out this error in browser’s console in Ghost Admin Panel only:

DevTools failed to load source map: Could not load content for https://domain.com/ghost/assets/ghost.min-88c665c3ba304b4f220d08b8bcf9d246.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://domain.com/ghost/assets/vendor.min-ed945ad80ea22f1d3ffeec6d5ae63aee.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I cannot add any bookmark card anymore. Those added earlier display fine on post edit page.

Iptables blocked server’s IP.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.