[Greenlock] HTTP exception logged for user-provided handler. #48
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
 
			
When I attempt to run Greenlock on our server (which is still using v3, haven't had time to upgrade my Angular Universal Node app to v4 yet) I get the following error rendered in my browser:
Internal Server Error: [Greenlock] HTTP exception logged for user-provided handler.This is what the real meat of my
greenlock.jsfile looks like:I tried searching the code where the error is raised for hints and didn't come up with any ideas. Any thoughts?
https://git.coolaj86.com/coolaj86/greenlock-express.js/src/commit/efd7693dcd9622bae768658066f55cff17bc2605/index.js
Also FWIW, the
server.tsfile does export an Express app:module.exports = app;Just seeing this.
You've probably already found a solution, but I'd say check out the Greenlock Express QuickStart in the README.
It'll take less than 5 minutes to go from what you've got there to the simpler setup with the new version.
Closing since this is old, but feel free to re-open if needed.