trying to connect devtools to remote directus instance #288
Unanswered
VinylVault
asked this question in
Q&A
Replies: 1 comment
-
Indeed this confirms that the issue is in how Directus has been deployed/accessed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I have a directus instance on a remote server that im trying to connect to using the
nuxt-directus
module.Module installed and set up in
nuxt.config.ts
as far as i can tell correctly.every time I try to access the panel in devtools i get
[domain redacted] refused to connect
I believe i've set the
CONTENT_SECURITY_POLICY_DIRECTIVES__FRAME_SRC
setting correctly on the directus instance .. addinghttp://localhost:*
- im not sure that will be much use though as i'm not developing on the same machine that directus is running on, its there in the docker container environment variables so should be being enacted upon.here;s the full line .. maybe i've made a typo:
i cant access
/items/[collection]
via postman and the browser either which feels like a cors issueany advice please
Beta Was this translation helpful? Give feedback.
All reactions