You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link supplied to the user when you init an app outside of the $GOPATH is broken.
PS C:\Users\Administrator\go\src> meroxa apps init go-test --lang go
✔ Application directory created! rc"...
⚡ C:\Users\Administrator\go\src/go-test is not under $GOPATH/src; skipping go module initialization
For guidance, visit https://docs.meroxa.com/beta-overview#go-mod-init-for-a-new-golang-turbine-data-application
✔ Git initialized successfully!
Turbine Data Application successfully initialized!
You can start interacting with Meroxa in your app located at "C:\Users\Administrator\go\src/go-test".
Your Application will not be visible in the Meroxa Dashboard until after deployment.
Machine (please complete the following information):
OS: Windows
CLI Version meroxa/dev windows/amd64
To Reproduce
execute meroxa apps init go-test-app --lang go outside of $PATH
Message will be printed re: guidance
click the link
Expected behavior
The link should send us to a page that exists.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The link supplied to the user when you init an app outside of the
$GOPATH
is broken.Machine (please complete the following information):
meroxa/dev windows/amd64
To Reproduce
meroxa apps init go-test-app --lang go
outside of $PATHExpected behavior
The link should send us to a page that exists.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: