skip to Main Content

How to enable debug false in Laravel 11

I have a website built with laravel 11 and it is live, I want to hide the server errors such as { "status": "exception", "message": "No query results for model [App\Models\Application].", "line": 637, "file": "path_to/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php" } I edited .env file…

VIEW QUESTION

Why does my html file not find my js file?

I just deployed my website to my AWS hosted Windows Server 2022 Datacenter here: http://www.planetshah.com/pwv ... for some reason, it's having trouble linking to the javascript: The line... <script src="./logic.js"></script> ...is throwing an error: Failed to load resource: the server…

VIEW QUESTION

Visual Studio Code – Exception is always thrown by httpClient.PostAsync. I can temporarily get past it with ConfigureAwait(false) but I can't avoid an exception completely

I am doing Async and Await with C# ASP.Net MVC, with Target .Net Framework 4.8 using Visual Studio 2022. So no matter what, I always get an exception when I call httpClient.PostAsync(...). I can call httpClient.PostAsync(...).ConfigureAwait(false) which doesn't give me…

VIEW QUESTION
Back To Top
Search