Jump to content

How to solve 500 internal server error in my website?


Recommended Posts

500 internal server error is a generic error, which means "Something is not working properly ... look at log to see what is it".

Having no access to your server's log it's hard to understand (but I guess that your webmaster should have access to them).

From outside, I can see in browser's console following error:

Uncaught ReferenceError: firebase is not defined
    at (index):22
firebase.js:1 
It looks like you're using the development build of the Firebase JS SDK.
When deploying Firebase apps to production, it is advisable to only import
the individual SDK components you intend to use.

For the CDN builds, these are available in the following manner
(replace <PACKAGE> with the name of a component - i.e. auth, database, etc):

https://www.gstatic.com/firebasejs/5.0.0/firebase-<PACKAGE>.js

(anonymous) @ firebase.js:1
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
util.js:224 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
Dw.m @ util.js:224
mailchimp-woocommerce-public.min.js:1 queue success

Hope it may be useful...  😉

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated