-
Notifications
You must be signed in to change notification settings - Fork 239
Error 403 - forbidden #26
Comments
In cd /1/Apps/0x-launch-kit && docker-compose stop && docker-compose up Which produced:
It seems like the backnd is rejecting node_fetch, preventing it to use Infura API. It isn`t related with the forbidden error, but is another error from actual state of this repo. |
Instead of using Following cmd I'd used:
The most interesting: even
Then, started it:
|
Inspected the frontnd container:
In this repo, used
Then, instead of using the recommended addresses, used through this: http://127.0.0.1:3001/ It worked, possible because of the |
Why using |
Probably because of a node module, it isn't connecting to Infura and isn't getting the values of tokens:
|
Its weird how it isn't using light theme as in its settings: |
But the UI site is yet working. |
The
If you're using INFURA you need a projectId, you cannot use just |
I didn't read here about that in docs. |
It is set in the Launch Kit Wizard or you can change it in the docker
compose. You provide the full RPC url that you find in the INFURA
dashboard.
…On Sun, 6 Oct 2019 at 3:03 am, Daniell Mesquita ***@***.***> wrote:
@dekz <https://github.com/dekz>
If you're using INFURA you need a projectId, you cannot use just
https://mainnet.infura.io/ anymore.
I didn't read here about that in docs.
How to set the projectId for the API?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=AAAGV7OSV257TQFUIH5SUUTQNDJHBA5CNFSM4I5J6A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEANYHWQ#issuecomment-538674138>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAGV7JL6C3EZ2MW3P542I3QNDJHBANCNFSM4I5J6A5A>
.
|
First, it said docker wasn't detected as running. Using it with sudo had fixed it, but yet not exporting the frontend. After manually creating /usr/share/nginx/html and putting user-group docker with RW permissions, docker-composer can now run without sudo. But it yet isn't exporting to /nginx/html.
The text was updated successfully, but these errors were encountered: