Djkáťo
Explore posts from serversUncaught (in promise) TypeError: Relative import path "@payloadcms/next/withPayload" not prefixed
Trying to deno-ify my payloadcms project, and I'm facing import issues related to deno.json.
And the default template project does:
next.config.mjs
Error:
I assume this is something to do with import/importMaps but I tried different combinations and it's failing still.
How do I fix this?2 replies
CDCloudflare Developers
•Created by Djkáťo on 11/25/2024 in #general-help
CF Pages: updating page via gh push adds CORS issues, breaks audioplayback / file serving

8 replies
CDCloudflare Developers
•Created by Djkáťo on 12/27/2023 in #general-help
pfsense ddns domain not working
Hello, set up cf ddns with pfsense, and the IP adresses always match, but the domain access says connection timed out, even tho when I take the ip from cf dashboard of that domain it works when connecting directly to that IP. Both have proxy mode on, and pfsense says the connection is working.
6 replies
CDCloudflare Developers
•Created by Djkáťo on 10/9/2023 in #general-help
Embed Iframe of one subdomain inside another
Heyo, I'm trying to iframe embed content from one subdomain inside another, eg. embed
mail-app.site.co
inside admin.site.co
. The admin uses iframe properties sandbox="allow-same-origin allow-forms allow-scripts"
. Is there a way to make this work? I found that document.domain
used to be a way (now deprecated), but in my case both sites are in a subdomain, so I'm not sure how that'd work. I also found something mentioning Content-Security-Policy: frame-ancestors 'self' *.site.co
, but I'm not sure how this works with the allow-same-origin sandbox property. Anyone got any clues ? :)2 replies