Local Port Issues #1127
Unanswered
Tokenomacs
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
Hello @Tokenomacs, I'm assuming you're not serving two snaps at the same time from the CLI. We detect distinct snaps using their IDs, in this case it would be a snap with ID What you could try doing is either one of:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Snap community,
I have been loving Snap development, and I have worked on two different snap projects thus far. I was using the template-snap interface for both Snaps each served at localhost port 8000 (let's call them projects 1 & 2).
Recently, I deleted one of the snap project 1, and hoped the other snap project 2 would take its place and serve on local host port 8000.
However, whenever I connect my wallet and attempt to send a transaction, it still serves me to the functionality of the deleted Snap project 1.
So far, I have tried the following:
However, nothing has worked and I would like to test snap project 2, but have no way of doing so because snap project 1 seems to override its connectivity on local host port 8000.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions