blog icon indicating copy to clipboard operation
blog copied to clipboard

Doesnt deploy in Heroku

Open luisenricke opened this issue 5 years ago • 2 comments

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)

luisenricke avatar May 10 '19 22:05 luisenricke

Can you show your error log?

jcc avatar May 27 '19 01:05 jcc

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

luisenricke avatar May 28 '19 12:05 luisenricke