Trouble with nextjs.herokuapp - heroku

To start with I am not a developer, I know this might sound like a dumb question but it is a problem that I am facing and Heroku support system doesn't seem to be cooperative so I thought I try here.
I am facing an issue getting into our Website CMS (Strapi), We keep on getting this error and I can't figure out anyway to fix it, My login details have just gone bad!!!
Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail
Please Helpenter image description hereenter image description here
re created my strapi account

Related

How to solve application error while opening heroku website log in page?

I tried to log into my Heroku account but it seems like all the time i only the application error and the blank page with nothing on the screen. While i read the articles about this it says the application might have crashed, where as i created the new account and and also not able to log in to my old account just showing me application error with bank page.
It sounds like your application has some error, which won't be displayed on Heroku by default for most frameworks.
From the console, try running heroku logs --tail --app <yourapp> then visit the page again. That should tell you what error you're running into then you can use Google or SO to help figure out how to fix them.
It's common for the issue to be one with a database not having been migrated, so that's a good first place to check.

Deceptive site ahead

I have the next error: "Deceptive site ahead". My app is separate in frontend with Angular 8 and backend with Laravel 5.8. The issue is when I deploy the backend to a subdomain (services), Google Chrome shows me that error. What's wrong?
I've done the same with another easy Laravel project and it's fine, but I don't know why it happens in this project.
I hope someone helps me and sorry for my English.
Nothing to do with your code. Google has blacklisted/marked as unsafe your site for some reason which can harm users. If it is not done by you then you may have some script or file on your server which google has found and thinks it is unsafe. After clearing your files you may try to submit for review.
Check here more detailed information: https://www.malcare.com/blog/deceptive-site-ahead/

The Class which not found in a Hosting Web

I actually already finish my project on localhost:8000, but when I put my project in a hosting, then I run it, I got this error when I logged in. Anyone knows?
enter image description hereClass 'App\Periode' not found

How to fix laravel error 5.8 Whoops! There was an error. when sharing on facebook?

When sharing my website link does not show the information generated by meta, I have already used Facebook debugger share and it shows me the same error, the meta tags are correctly indicated, but it always shows me that error when sharing.
Has anyone had this problem? Please help me.

blank page when loging in to backend part to magento

I recently updated all of my features in Magento from 1.8 to 1.8.1 and after that I’m having problems to log in to the admin dashboard. If i go to “www.example.com/admin” i get a 500 Internal Server Error error and was googling around i wasn’t able to find a solution.
Then i noticed i can go to “www.example.com/index.php/admin” and then all it returns is a blank page. And after hosting the log in page locally sending the right information to the original hosting service i get logged in, but the dashboard is totally blank.
I’ve tried all of the mighty google advises I’ve found, for example, clearing catch, changing permission to folders, looking in log-files for solutions, changing in the .htaccess, etc. But still haven’t found out what the problem is. Anyone had the same problem and maybe has a solution or advice?
Thanks in advance!

Resources