Setup Wizard Freezes in step 4 - Frappe 8.0.7/ ERPNext 8.0.8 on Ubuntu EC2

  1. Installation successfully completed using easy install steps.
  2. Each time the setup wizard freezes at step 4 ‘Select you domain’ after selcting one option hitting Next and nothing happens.

already tried bench update and other suggestions on posts here that reported wizard freeze issues.

is there any exception on browser console ?

I have attached screenshots of error console logs from safari and chrome browsers.

issue seems to be in the same javascript…libs.min.js

on chrome -

libs.min.js : 7691

Uncaught SyntaxError: Invalid regular expression: /(^|>|\s|.|-|/|\|,|$|!|?|:|;)(aa)($|<|\s|.|-|/|\|,|$|!|?|:|;)/: Stack overflow
at RegExp.exec ()
at RegExp.[Symbol.match] ()
at String.match (native)
at m.formatDate (http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/libs.min.js:7957:7187)
at http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/libs.min.js:7957:11826
at Array.map (native)
at m._setInputValue (http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/libs.min.js:7957:11801)
at m.selectDate (http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/libs.min.js:7957:9570)
at Class.set_input (http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/desk.min.js:457:420)
at Class.prototype.(anonymous function) [as set_input] (http://ec2-54-210-146-50.compute-1.amazonaws.com/assets/js/desk.min.js:5:668)
Tyag

Any clue how this needs to be resolved. Can I try installing a more stable version… if so can you provide the script or git link to script for this please.

Best
Tyag

I have been waiting on a response to this - i am surprised no one else faced this. I even went on to use a completely new ubuntu server and did a full install - once again the same issue - step 4 of wizard freezes. :frowning: :rage:

@tyag
I think the issue is related to different timezones.
Just pushed a fix. Date recursion fix in General Ledger by netchampfaris · Pull Request #3058 · frappe/frappe · GitHub

Can you please test it, before we merge it into the repo?

I have this problem too. :frowning:

netchampfaris - the solution worked for me.
rafaelp - pl use the provided GitHub pull