# When run node giving error for alchemy and infura RPC?

**URL:** https://forum.fuel.network/t/when-run-node-giving-error-for-alchemy-and-infura-rpc/4110
**Category:** General
**Created:** [February 1, 2024, 11:17pm UTC](https://forum.fuel.network/t/when-run-node-giving-error-for-alchemy-and-infura-rpc/4110 "2024-02-01T23:17:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![huntermonkeyy](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/huntermonkeyy/32/2167_2.png) [@huntermonkeyy](https://forum.fuel.network/u/huntermonkeyy)
#### Post date: [February 1, 2024, 11:17pm UTC](https://forum.fuel.network/t/when-run-node-giving-error-for-alchemy-and-infura-rpc/4110/1 "2024-02-01T23:17:48Z")

</div>

error: invalid value ‘{[sepolia.infura.io/v3/{62a153cf13f948xxxxxxxxx}](http://sepolia.infura.io/v3/%7B62a153cf13f948xxxxxxxxx%7D)’ for ‘–relayer \<ETH\_CLIENT\>’: relative URL without a base

How can i fix this ?

---

<div class="post-metadata">

### Author: ![calldelegation](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/calldelegation/32/1484_2.png) [@calldelegation](https://forum.fuel.network/u/calldelegation)
#### Post date: [February 2, 2024, 8:09pm UTC](https://forum.fuel.network/t/when-run-node-giving-error-for-alchemy-and-infura-rpc/4110/2 "2024-02-02T20:09:16Z")

</div>

Hi @huntermonkeyy! I wanted to point out a small detail regarding the endpoint URL. It should be formatted without the curly braces, as they are not part of a valid URL. Here’s the correct format:

```auto
https://sepolia.infura.io/v3/62a153cf13f948xxxxxxxxx

```

In this URL, `https://sepolia.infura.io/v3/` is the base path for accessing the Infura API on the Sepolia network, and `62a153cf13f948xxxxxxxxx` should be your unique project ID. Let me know if you need any more help with this!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex022/uploads/fuel/original/2X/5/57d5a345cc15a64b636e0d56e042857f8a0e80b1.png) [@system](https://forum.fuel.network/u/system)
#### Post date: [February 23, 2024, 4:09pm UTC](https://forum.fuel.network/t/when-run-node-giving-error-for-alchemy-and-infura-rpc/4110/3 "2024-02-23T16:09:34Z")

</div>

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.
