Error To Many Redirects - ScriptResource.axd - web

We have a website built on SharePoint 2016. When you go to "https://www.ghcscw.com" it can find the ScriptResource.axd file and everything works fine. When you go to "https://ghcscw.com" its tries to find the ScriptResource.axd file multiple times returning a 302 and then fails. This breaks the SharePoint search functionality (I believe it's the ajax functionality).
Here are the specific errors. If anyone can help that would be greatly appreciated:
/ScriptResource.axd Failed to load resource: net::ERR_TOO_MANY_REDIRECTS /WebResource.axd Failed to load resource: net::ERR_TOO_MANY_REDIRECTS (index):230 Uncaught ReferenceError: Sys is not defined at (index):230 sp.init.js?rev=LHfxXsgcQykvazINslGeNQ%3D%3DTAG0:2 Uncaught ReferenceError: Type is not defined at sp.init.js?rev=LHfxXsgcQykvazINslGeNQ%3D%3DTAG0:2 sp.core.js?rev=mYpp5rntO3MT6rs6SRo%2BtA%3D%3DTAG0:2 Uncaught ReferenceError: Type is not defined at sp.core.js?rev=mYpp5rntO3MT6rs6SRo%2BtA%3D%3DTAG0:2 /favicon.ico Failed to load resource: net::ERR_TOO_MANY_REDIRECTS

They rebooted the SharePoint servers last night and the problem resolved itself.

Related

failed to load resource: the server responded with a status of 404 () unity error 404 in Unity

I have a WebGL game. But when starting the game in the browser console, it gives an error: failed to load resource: the server responded with a status of 404 (). And the game doesn't start. Please help me fix it.
As far as I understand, he can't find the framework folders and so on. But the problem is that unity does not create them.

Uncaught (in promise): Response with status: 0 in Angular2/Ionic2

I have linked my app into NodeJS server, after the get request goes(sucsses) I get an error on the app Uncaught (in promise): Response with status: 0 for URL: null.
This is the lastest branch of the app:
https://github.com/eshk12/Parabi/tree/DB-LINKED
And this is the NodeJS server:
https://github.com/eshk12/parabiNodeJS
I am talking about the function CreateMedicine() inside /Services/NetworkServices.ts.
The function CreateMedicine() goes to http://localhost:3000/Medicines/add/ with its GET parameters and insert them to the database.
but unknown error appear.
Hope you guys may help me fix it.
Thanks!
I believe that happens when the OPTIONS call fails. Most likely due to the service being unavailable.
OPTIONS http://localhost/api/login net::ERR_CONNECTION_REFUSED

Config Error on different iis version?

I am getting the this error message
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Module: IIS Web Core
Notification: Unknown
Handler: Not yet determined
Error Code: 0x800700b7
Config Error There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
I have migrated a site from one server(iis6) to another(iis7) and when running on the new server I get the error in question. I cant seem to find a solution to this anywhere? Can anyone shed some light?

Terminating app due to uncaught exception

I am getting the following error when i start my app on simulator
* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'RootViewController''
Please tell me how i can fix this.
you've probably renamed or removed RootViewController, and your MainWindow.xib is still looking for it.
have a look on this SO question:
NSInternalInconsistencyException on RootViewController
if you are still stuck a quick Google of "nsinternalinconsistencyexception rootviewcontroller" may shed some light

Call to a member function _kohana_load_view() on a non-object

I just hosted a kohana based application on url http://demosite007.freeiz.com/. I am getting the following error
Fatal error: Call to a member function
_kohana_load_view() on a non-object in /home/a7397954/public_html/system/framework/libraries/View.php
on line 272.
There has been no changes to this file. I had hosted the same application on other servers, it was working perfectly fine. I hope someone out there can help. thanks in advance.
The logging was enabled. So at the initialization level, the system was trying to update the log files. The logs directory did not have WRITE permission because of which the particular error was thrown.

Resources