Blain3

Results 5 issues of Blain3

### Description I followed the instructions of [https://reactnative.cn/docs/environment-setup](url) but i always occur an error when i run `pod install` ``` Looking for related issues on cocoapods/cocoapods... Searching for inspections failed:...

Resolution: Answered

I have configured the Config according to the document. ```js import { UserScope } from "@logto/next"; export const logtoConfig = { endpoint: "https://auth.aice.chat/", appId: "ej4nih6c4rm9jql612y5c", appSecret: "4BJEw1akolM3zYmTh2CDcfu7idlPXdS1", baseUrl: "http://localhost:3000", //...

pending-verification
stale

### Description My Logto service used to work fine, but it stopped working after I updated to [beta.285](https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.285). The logto log shows: ``` 2024-05-24T11:09:23.570624040Z bQkcLKc7ED5HWwek GET / 302 45ms 123b...

My requirement is like this For example, my application website is app.domain.com. At the same time, there are many secondary domain names, such as app2.domain.com app3.domain.com app1023.domain.com These subdomains can...

bug

### Describe the bug using expo 53 _layout.tsx ```tsx import { LogtoConfig, LogtoProvider } from "@logto/rn"; import { ConvexProviderWithAuth, ConvexReactClient } from "convex/react"; import { Stack } from "expo-router"; import...

bug
pending-verification