Posts by Vitor Araujo • 22 points
3 posts
-
-2
votes1
answer147
viewsA: Control a new tab with Cypress
The page’s HTML code is opening a new tab, and cypress does not work with multiple tabs, one solution would be to change the page’s HTML so it doesn’t open a new tab, but maybe something in this…
-
0
votes2
answers56
viewsA: Access-Control-Allow-Origin error with Nodejs and Reactjs application
It is because you are accessing with localhost, there is already a solution for this. Try installing this extension on Chrome to modify the Access-Control-Allow-Origin header…
-
1
votes1
answer23
viewsA: Error building my project in Nextjs
He’s complaining point-to-comma in a CSS file, inside his scss has a few semicolon lines, tries to add and see what comes up. If you delete the scss files from within the Components folder it will…