Website not working

there is no error in the log

but my website is not showing anything no error nothing
link to the website

Hey,

It looks like your bootstrap js file is unable to load:

When I “curl” your website, I’m seeing this header:

content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;img-src 'self' data: http://res.cloudinary.com https://pay.stripe.com/receipts/payment;frame-ancestors 'self';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';form-action 'self';object-src 'none';upgrade-insecure-requests

This content-security-policy specifies that only scripts originating from the same domain can be loaded.

Jérémy.
Render Support, UTC+3

Try changing your port from the default port.

thanks it’s working now

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.