Pumidol Leelerdsakulvong
Pumidol Leelerdsakulvong
> > I have this simple code here if u guys are interested. the only downside is that you have to put this in the `globals.css`: > > https://gist.github.com/mjbalcueva/22abbcdaf8fe28dbf12d42e72f454b16 works...
Same problem, comment out the age and it works.
> @Lodimup > > > > I had a look at this and to get it working you need to add `checks: ["state"]` when adding the LINE provider. > >...
I'd love the hyperlinks to be preserved too.
> Theres a bug since 14.0.2 where the `initUrl` string will get multiple protocols when you have multiple `x-forwarded-proto` headers, sounds like you might be running in to that issue?...
Thank you! I couldn't get it to work with the current setup, will investigate more based on your suggestions.
The team got it working thank you! Edited topic for clarity in case other people have the same issue.
Found this web migration failed ... DB::Exception: Requested cluster 'posthog_migrations' not found. Stack trace: ...
adding - CLICKHOUSE_MIGRATIONS_CLUSTER=posthog to web allows the progress to proceed but still fail at `2025-02-22T15:43:40.070532920Z clickhouse_driver.errors.ServerException: Code: 139. 2025-02-22T15:43:40.070534800Z DB::Exception: No macro hostClusterType in config: While processing host_address, port, shard_num,...
> The object can be serialized, but the first argument is always supposed to be a string with the message/template, e.g. `logfire.warn(f'Problem with {request.user}') `. Even `logfire.warn(123)` gives the same...