Skip to content
New issue

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

CORS error when fonts #309

Open
saunafox opened this issue Dec 19, 2023 · 1 comment
Open

CORS error when fonts #309

saunafox opened this issue Dec 19, 2023 · 1 comment

Comments

@saunafox
Copy link

saunafox commented Dec 19, 2023

Hi!
I use static files and fonts, there are no CORS errors with js and css.
The error is only on the fonts, what could be the problem?
Example settings:

app.use(
    cors({
        origin: ['https://myurl.com'],
        methods: ['GET', 'POST', 'DELETE', 'UPDATE', 'PUT', 'PATCH', 'OPTIONS'],
        allowedHeaders: ['Origin', 'X-Requested-With', 'Content-Type', 'Accept']
    })
);

app.use(express.static('public'));
@dpopp07
Copy link

dpopp07 commented Dec 23, 2024

It would be helpful to have more information about this issue.

  1. What does the error look like?
  2. What does the code look like serving the fonts (what are the file types, etc.) ?
  3. What version of Express/cors are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants