Errors when clicking View App

0
Have downloaded Mendix version Studio Pro 10.24.2 and kept receiving errors when trying to view app. I have uninstalled and reinstalled Studio pro but kept receiving the same errors.   The current app is a blank app with no work performed what so ever, because i wanted to know if the errors where the result of my design. But its obviously isn't.   Three messages appear in the errors window: the first: Cannot destructure property 'formParameters' of 'window.history.state' as it is null. TypeError: Cannot destructure property 'formParameters' of 'window.history.state' as it is null.    at ReloadHandler.setPageState (http://localhost:8080/dist/index-CetS4tMF.js:23356:13)    at ReloadHandler.reloadApp (http://localhost:8080/dist/index-CetS4tMF.js:23341:10)    at http://localhost:8080/dist/index-CetS4tMF.js:23558:61    at http://localhost:8080/dist/index-CetS4tMF.js:19632:48    at Array.forEach (<anonymous>)    at http://localhost:8080/dist/index-CetS4tMF.js:19632:27    at http://localhost:8080/dist/index-CetS4tMF.js:19617:115    at Array.forEach (<anonymous>)    at socket.onmessage (http://localhost:8080/dist/index-CetS4tMF.js:19617:90)   The second: The requested version (5) is less than the existing version (6). undefined   The third: sqlite3_open_v2Error: sqlite3_open_v2    at check (http://localhost:8080/dist/index-CetS4tMF.js:23152:13)    at Object.open_v2 (http://localhost:8080/dist/index-CetS4tMF.js:23044:135)    at async createWASQLiteDB (http://localhost:8080/dist/index-CetS4tMF.js:23231:14)    at async http://localhost:8080/dist/index-CetS4tMF.js:23575:62    at async http://localhost:8080/dist/index-CetS4tMF.js:23574:109    at async startupClient (http://localhost:8080/dist/index-CetS4tMF.js:23573:62)    at async http://localhost:8080/dist/index-CetS4tMF.js:23666:26   in the log node it says: Client   All 3 messages keep appearing every time I click view app.   I would appreciate some help.        
asked
1 answers
0

An update for anyone that may have had a similar issue:

 

Problem was completely solved by going to Settings>Configurations then click Default>Server

Change Runtime port from 8080 to 8079

Change Admin port from 8090 to 8091

 

The question that I now have is how to make Studio Pro run on the standard configuration without me  having to change ports?

answered