-
Notifications
You must be signed in to change notification settings - Fork 89
Description
NOTE: This issue system is intended for reporting bugs and tracking progress in software development. Although this software is licensed with an open-source license, any issue opened here may not be dealt with in a timely manner. IBI Group is able to provide technical support for custom deployments of this software. Please contact Ritesh Warade if your company or organization is interested in opening a support contract with us. Please remove this note when creating the issue.
Observed behavior (please include a screenshot if possible)
I was not able to log in with Auth0, getting the following error: Uncaught Error: Error: An error occurred when fetching client data for Lock: [https://cdn.us.auth0.com/client/Lt2sguBi0qWkjQS0qUhYDtU5BmNTXhLN.js?t1663261365919 1](https://cdn.us.auth0.com/client/vgRH8Hb3bBt94320kT1WIe7TrqgINyk5.js?t1663261365919) could not be loaded.
After doing some investigation, it looks the Auth0 no longer supports the API used in the latest datatools-ui release. So I forked this repo and updated the Auth0 APIs and some related code.
Now I'm able to log in, but I'm able to do much.
For example, I try to view a project:
But click on view test doesn't do anything.
Expected behavior
I should be able to log in with an Auth0 user, create a project, and view the project.
Steps to reproduce the problem
See above.
Any special notes on configuration used
See my forked code.
I'm running everything inside Docker.
Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)
v5.0.0 release