Absolutely. It will most likely result in a 404- but when you do the quickstart you have the option to clone the github repo or download a zip file. I downloaded the zip file.
Also - using the Crossmint integration (I am part of the engineering team there) ; when I remove it the flow works fine. When I add Crossmint to the login flow it breaks with that error.
Hey @Emilio thanks for the additional info! FWIW, I’m getting the same error when adding this integration to an existing SPA application of mine Same deal, all other login flows work.
I’m seeing this error in my logs (Auth0 Dashboard → Monitoring → Logs):
"action_name": "Create a Web3 wallet v1",
"response": {
"error": {
"message": "clientSecret is not defined",
"name": "ReferenceError",
"stack": "ReferenceError: clientSecret is not defined\n at exports.onExecutePostLogin (/data/io/node16/29f824a3-c713-46b6-8339-1e0ae948d6d2/webtask.js:9:3)\n at /data/io/9fab410137a5d19440599fa605899088f984d674.js:7:907\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"
},
No problem, happy to help where I can! I’m not positive if this is something that needs to be addressed on your end or Auth0’s, but I’ve filed something internally just in case - I will certainly update you when I have more information myself
This ended up being an issue with our activation code – the wrong variable was introduced when we refactored. We are communicating the changes with your team to get the correct one up!