DEV Community

Discussion on: Boger - my new React project, an alternative to Omegle

Collapse
 
__manucodes profile image
manu

Very cool!

I sometimes see this error:

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Application Error</title> <style media="screen"> html,body,iframe { margin: 0; padding: 0; } html,body { height: 100%; overflow: hidden; } iframe { width: 100%; height: 100%; border: 0; } </style> </head> <body> <iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe> </body> </html>
Enter fullscreen mode Exit fullscreen mode
Collapse
 
skorotkiewicz profile image
Sebastian Korotkiewicz

Thanks for reporting the problem, on Heroku is my backend and on Netlify is the frontend, I will check why this error is showing.