<@ULVA73B9P> what is the difference between <https...
# marvin-in-the-wild
a
@Marvin what is the difference between https://app.prefect.cloud/ https://cloud.prefect.io/
m
So you want to know the deal with the different Prefect URLs. Let's break it down. Now before diving into details, can you tell me which version of Prefect you're using? Prefect 1.0, 2.0, or 3.0? The differences might vary based on version.
So, what's the deal with
<https://app.prefect.cloud/>
and
<https://cloud.prefect.io/>
? Let's figure out if there's any real difference. First, let's find out which Prefect version you're using to get the most accurate info. Could you please confirm your Prefect version?
a
@Marvin 3.0
n
just to short cut probable hallucination here
m
<https://app.prefect.cloud/>
and
<https://cloud.prefect.io/>
are both URLs related to Prefect Cloud, but they probably route to different parts of the Prefect Cloud ecosystem. Here's a summary of what I found: 1. Configuration: Ensure your
PREFECT_API_URL
is set to
<https://api.prefect.cloud/api/>...
for proper access. 2. Workspaces: You can manage and switch between workspaces using the
prefect cloud workspace
commands. For more details, you can review: - Troubleshoot Prefect Cloud - Connect to Prefect Cloud These links should have the specifics you might need to dive deeper. Hope that clears things up!
n
app. : is modern cloud
cloud. : is leagacy cloud (like prefect 1)
former can be used for prefect 2.x and 3.x SDKs
a
ok thanks @Nate
👍 1