Johnny
Johnny
You can refer to the subscription documentation, which describes each plan in detail. https://github.com/yourselfhosted/slash/blob/main/docs/getting-started/subscription.md#plans
In the SSO configuration, there is an `identifier filter` used to generate a regular expression to filter the allowed identifiers. https://github.com/usememos/memos/blob/main/server/router/api/v1/auth_service.go#L113
The new version of the database cannot be used in the old version. If you have a backup, you can restore it manually; otherwise, there is no other solution.
Additionally, it is recommended to provide error information regarding "Unable to log in" including details from the browser console and backend logs.
> I'm getting a formatting error, but I'm not sure there's actually a problem. And part of the error relates to existing code that I didn't feel comfortable modifying. Try...
@samglover We should ideally standardize to a specific attribute, such as `data-classname`, instead of mixing in `id` and `class`. e.g., ```html ```
@samglover Since memos uses Tailwind, the `className` is already occupied by things like `px-2`, so it shouldn't be a good place to save custom class. Additionally, IDs should not conflict,...
> A separate page in the menu to show all the tags. Sounds like a good idea. > Because some tags I don't want to see on the page all...
Or maybe you should use `stable` tag instead of `latest`?
> Generated by ChatGPT The error `rpc error: code = Unauthenticated desc = failed to get access token: authorization header format must be Bearer {token}` typically indicates that the Memos...