0x-api
0x-api copied to clipboard
yarn dev wrong. Error: API Key isn't UUID compliant
Expected Behavior
Current Behavior
/Users/ruanyang/works/defi/0x/0x-api/src/config.ts:623
apiKeys.forEach((apiKey) => {
^
Error: API Key isn't UUID compliant
at /Users/ruanyang/works/defi/0x/0x-api/src/config.ts:626:27
at Array.forEach (
Steps to Reproduce (for bugs)
1.
2.
3.
Context
Your Environment
mac
same issue here
Hey,
It seems the problem is caused by this INTEGRATOR_ACL option when the parameter is left empty.
If it's a required parameter could you update the doc or leave a word here on how to configure properly this option?
Is there any workaround ?
A workaround is to comment out line 707 in src/config.ts
@Eh1Ka6 @GauthamGoli @yanyanho @devnullada @dekz I am facing same issue what is the solution for this issue
$ ./node_modules/.bin/typeorm migration:run --config ./lib/src/ormconfig.js
Error during migration run:
Error: API Key isn't UUID compliant
at /home/shaibiii/0x/0x-api/src/config.ts:726:27
at Array.forEach (
We just submitted a pr that fixes this issue here: https://github.com/0xProject/0x-api/pull/835
We just submitted a pr that fixes this issue here: #835
Thank you!