Uncaught ReferenceError: module is not defined at code.js:1

while trying the remember me option from the GEO chat Blueprint I get

Uncaught ReferenceError: module is not defined at code.js:1

Uncaught (in promise) TypeError: BackendlessUI.Functions.Custom.loadCurrentUser is not a function
at Object.onEnter (bundle.js:6)
at runHandler (sdk.js:1)
at sdk.js:1
at Ii (sdk.js:1)
at Vj (sdk.js:1)
at _.unstable_runWithPriority (sdk.js:1)
at cg (sdk.js:1)
at Dj (sdk.js:1)
at sdk.js:1
at X (sdk.js:1)

Did you make any changes to the app?

yes. I changed the form to use email instead of text for the username. nevertheless i get the same error when trying with a new app the same blueprint without any changes.

Have you added Google API Key in the settings?

I just created a brand new app, added Google Maps API key and was able to run the app without any issues:

No Mark. i deleted that page because i don´t need the chat functionality. Actualy, i choose that blueprint for the stay loged in function.

Well. I tried again with a new test app and it works, even without the Google API. I don´t get how what i changed could impact the loadCurrentUser function.

After several test I make it work. just adding the property email in the register without changing anything.

I am glad you got it working!