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
Banyalis opened this issue Dec 19, 2023 · 0 comments
Open

CORS error when fonts #309

Banyalis opened this issue Dec 19, 2023 · 0 comments

Comments

@Banyalis
Copy link

Banyalis 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'));
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

1 participant