Symbolic lynk to snap not working with Fedora 30

Hi community.
I recently changed my environment from Arch to Fedora 30 after I installed all system I went through the process to install the programs I need from snap like Visual Code. However, it keeps giving me the error:

error: cannot install “vscode”: classic confinement requires snaps under /snap or symlink from
/snap to /var/lib/snapd/snap

What is interesting is the fact I already ran the command ln -s /var/lib/snapd/snap /snap as the documentation explains but the error just keeps coming.

Have someone experienced the same issue or have some idea of how should I solve this problem?

PS.: It is a new installation the only application I installed besides snap was google-chrome.

PS’ .: When I tried to install using the snap-store instead of the terminal I received some errors on the terminal I ran the command to start the snap-store the errors are the following:

00:55:31:0984 Gs failed to create an app for ////system/*
00:55:31:0990 Gs updates-shell: failed to get updates: no plugin could handle get-updates
00:55:31:0991 Gs failed to create an app for ////system/*
00:55:31:0991 Gs failed to get system app
00:55:31:0991 Gs Only 0 apps for recent list, hiding
00:55:32:0215 GsPluginSnap Failed to load snap icon: local snap has no icon
00:55:32:0361 Gs hiding category games featured applications: found only 0 to show, need at least 9
00:55:33:0077 Gs hiding category audio-video featured applications: found only 0 to show, need at least 9
00:55:33:0786 GsPluginSnap Failed to load snap icon: local snap has no icon
00:55:45:0067 Gs not GsPlugin error snapd-error-quark:1: Failed to write to snapd: Operation was cancelled
00:55:45:0067 Gs not handling error failed for action refine: Failed to write to snapd: Operation was cancelled
00:55:45:0067 Gs not GsPlugin error snapd-error-quark:1: Failed to write to snapd: Operation was cancelled
00:55:45:0067 Gs not handling error failed for action refine: Failed to write to snapd: Operation was cancelled
00:55:45:0068 Gs not GsPlugin error snapd-error-quark:1: Failed to write to snapd: Operation was cancelled
00:55:45:0068 Gs not handling error failed for action refine: Failed to write to snapd: Operation was cancelled
00:55:45:0068 Gs not GsPlugin error snapd-error-quark:1: Failed to write to snapd: Operation was cancelled
00:55:45:0068 Gs not handling error failed for action refine: Failed to write to snapd: Operation was cancelled
00:55:53:0003 Gs Could not set idle IO priority, attempting best effort of 7
00:55:53:0003 Gs Could not set best effort IO priority either, giving up
00:55:56:0424 Gs failed to install io.snapcraft.code-Ht0aUHi7ofh9Fbwh6m7jUN2pAy6kzBiu: no plugin could handle install

Thanks in advance for the answers =)