We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've freshly installed Directus with AgencyOS and I'm getting CORS Missing Allow Origin when navigating through the pages.
If I reload the page then it loads, but when navigating for example using the menu, it returns CORS Missing Allow Origin.
Test url: https://new.reputazi.com/
The text was updated successfully, but these errors were encountered:
Do you have configured the CORS settings in the env in your Directus development, as they say in the documentation? (https://docs.directus.io/self-hosted/config-options.html#cors)
On my side, it works with these settings in the Directus Env:
CORS_ENABLED: 'true' CORS_ORIGIN: 'true' PUBLIC_URL: 'YOUR_DEPLOYED_URL'
Sorry, something went wrong.
I just battled with the same in my env:
https://api.domain.com
https://www.domain.com
here is what worked for me on directus side:
CORS_ENABLED: 'true' CORS_ORIGIN: 'https://www.domain.com'
No branches or pull requests
I've freshly installed Directus with AgencyOS and I'm getting CORS Missing Allow Origin when navigating through the pages.
If I reload the page then it loads, but when navigating for example using the menu, it returns CORS Missing Allow Origin.
Test url: https://new.reputazi.com/
The text was updated successfully, but these errors were encountered: