You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to deploy the application on the server I get an error 500.
It seems to have to do with the font numito
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofINeaB.woff2. (Reason: CORS request did not succeed)
The text was updated successfully, but these errors were encountered:
I realized that when I deployed it I was ignoring public files... Then I removed from the .gitignore some folders to upload it but it still won't let me do anything. The following errors were thrown to me by adding a simple tag in the console:
with: npm run dev Error: Request failed with status code 500 app.js:765:15
TypeError: can't convert undefined to object 12.5ac75bc4e5a2dfc77831.js:332:12
with: npm run production TypeError: can't convert undefined to object 23.ff7d49e9262e370ef23e.js:1:213
when I try to deploy the application on the server I get an error 500.
It seems to have to do with the font numito
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofINeaB.woff2. (Reason: CORS request did not succeed)
The text was updated successfully, but these errors were encountered: