Remote config not updating from console - firebase

I am facing a strange problem when I try to update my remote config value from firebase console and try to publish those changes, I am getting an error A general error occurred.. This problem happens randomly and when I checked my network console for the response I am getting a 500 error.
Following is the JSON response
{
code: 500
message: "Internal error encountered."
status: "INTERNAL"
}

Firebase Remote Config engineer here. We noticed some intermittent issues a few hours ago that we've since resolved. Thanks!

Related

Progressive Web App: The FetchEvent for "<URL>" resulted in a network error response: the promise was rejected

I am seeing the following errors in the console of my PWA:
The FetchEvent for "https://static.cloudflareinsights.com/beacon.min.js" resulted in a network error response: the promise was rejected.
The FetchEvent for "https://www.google-analytics.com/analytics.js" resulted in a network error response: the promise was rejected.
It seems that external scripts have problems being fetched by workbox? The website is a next.js app and i am using next-pwa to turn it into a PWA. Here is the pwa-config for next-pwa: next-pwa config
Does anyone know how to fix this?
This is fairly common if you have a ad/tracking blocker extension installed, or if your browser has built-in blocking. A Workbox-powered service worker will not do anything to work around this blocking.

NopCommerce: Error while running the 'Keep alive' schedule task

We are having this strange error. When the keep alive task tries to run, it gives this error: Error while running the 'Keep alive' schedule task. The remote server returned an error: (403) Forbidden.
But when i try to run keep alive manually on the browser via example.com/keepalive/index it runs perfectly.
Our task code:
string url = "https://www.example.com/keepalive/index";
using (var wc = new WebClient())
{
wc.DownloadString(url);
}
We are using NopCommerce 3.70. What are we missing here?
You can check this:
Check your store Url from Admin -> Configuration -> Stores.
Edit your particular store from list and check Store URL might be not same with your browser URL.
Due to this reason you get error like Error while running the 'Keep alive' schedule task. The remote server returned an error: (403) Forbidden.
So please enter correct store URL and restart application.
It will resolved your issue.

SignalR with Azure causes Bad gateway error 502

I have setup a site on Azure which is causing bad gateway error even though it's working perfectly fine on local machine. Here's the error I am facing:
Also failed request logs contains the following error:
SignalR logs are following:
SignalR Logs
I was adding the following line Startup.cs Configuration method:
GlobalHost.DependencyResolver.UseSqlServer(sqlConnectionString)
But SQL Azure doesn't support it and that's what was causing the issue.

R shiny publish issue Unhandled Exception: HTTP 500: Internal Server Error

I was trying to publish my shiny app, it works fine in local, but when I try to publish it, i got this error:
Unhandled Exception: HTTP 500: Internal Server Error
What does this mean?
Don't know which part goes wrong, hope someone can help.
Same here, looks like they are having server issues...
HTTP 500 refers to an issue with the web server (service), don't worry it's not a problem on your end.
See: http://www.checkupdown.com/status/E500.html
You can periodically try to publish again until it works. You can also check the Shiny Google Discussion Group https://groups.google.com/forum/#!forum/shiny-discuss for shinyapps.io

Drupal CMIS Alfresco-link issue

I am getting the following error when I try to update or add contents to alfresco via drupal.
Notice: Undefined index: workspace://SpacesStore/2e3ea968-07ec-48c8-8295-80bfbef554d6 in CMISService->getLink() (line 421 of /home/drupal/myra/sites/all/modules/contrib/cmis/cmis_common/lib/cmis_repository_wrapper.php).
HTTP call to [http://myra-dev-repo.bmi.utah.edu:80/alfresco/service/cmis/s/workspace:SpacesStore/i/2e3ea968-07ec-48c8-8295-80bfbef554d6/content] returned [500]. Response: Web Script Status 500 - Internal Error Web Script Status 500 - Internal Error The Web Script /alfresco/service/cmis/s/workspace:SpacesStore/i/2e3ea968-07ec-48c8-8295-80bfbef554d6/content has responded with a status of 500 - Internal Error. 500 Description: An error inside the HTTP server which prevented it from fulfilling the request. Message:11212017 Failed to execute transaction-level behaviour
I understand that the problem is with the getLink() method which is returning an index of the workspace where the data needs to be saved.But I am unable to figure out where the change has to be made.Moreover this is a new error that has popped up recently.I remember not changing/updating anything : - ( drupal or alfresco setup) that was working just fine.
Please let me know what is going wrong.Thanks.
This problem arises only if the permissions are messed up within the server.So proper attention needs to be paid to, when the content is edited/added/modified etc

Resources