Claes Svensson

Results 7 comments of Claes Svensson

...or maybe localhost setup is not possible without a public ip? Looking at the Auth0 Action for organisation selection, it seems to call the host configured in API_URL. I guess...

Documenting as I go, since it might be of use to anyone else trying to set this up. I have been programming for decades, but the SPA and Typescript world...

I'll keep going with my attempts and my diary here :-) All of a sudden, I managed to login. I'm pretty certain I didn't change anything. I was testing ngrok...

Organisation null was due to me setting environment variable CLAIM_NAMESPACE to my own domain. However, "https://compito.adi.so" is used in a number of places in the code, so I reverted to...

Phew, I finally got it working. CORS needed to be configured for my localhost server so I added 'http://localhost:3333' to the allowList in main.ts. But the really tricky part was...

As far as I can tell, these were my current patches to get it to work. All of these are not necessary (such as MySQL). There are probably also other...

Sorry, I'm probably not the right person to help you out. This is a new environment for me as well, and it is just a side project so there is...