I have a pretty basic load image from server line code:
Glide.with(view.getContext()).load(url).placeholder(R.drawable.default_profile).into(view);
Check if you have added Internet permission in the manifest:
Glide does not fire exception if there is no Internet connectivity.