dusk-network / rusk

The reference Dusk platform implementation and tools
Mozilla Public License 2.0
165 stars 60 forks source link

Serve the explorer from a subfolder in a staging environment #2305

Open ascartabelli opened 2 months ago

ascartabelli commented 2 months ago

Summary

Before serving the explorer from a local node, we need to field test that everything works as intended.

Right now the staging env. for the explorer is https://explorer-staging.dusk.network/

To make this test we should serve it from something like https://staging.dusk.network/explorer/ and set the proper env variable: VITE_BASE_PATH="/explorer"

ascartabelli commented 1 week ago

@Fulviuus Is there any reason for this to be open?