🐛 Testing out the new SSR cookie forward
This commit is contained in:
@@ -203,7 +203,7 @@ const username = computed(() => {
|
||||
|
||||
// Use useFetch with the correct API URL to avoid router conflicts
|
||||
const apiBase = useSolarNetworkUrl()
|
||||
const apiBaseServer = useSolarNetworkUrl(true)
|
||||
const apiBaseServer = useSolarNetworkUrl()
|
||||
|
||||
try {
|
||||
const { data, error } = await useFetch(
|
||||
|
@@ -27,7 +27,7 @@ function loadTheme(mode: string) {
|
||||
}
|
||||
}
|
||||
|
||||
const apiBase = useSolarNetworkUrl(true)
|
||||
const apiBase = useSolarNetworkUrl()
|
||||
|
||||
onMounted(() => {
|
||||
const ui = SwaggerUIBundle({
|
||||
|
Reference in New Issue
Block a user