Vladislav Polyakov
Vladislav Polyakov
@brc-dd github.com:polRk/vitpress-101-docker-bug.git Run on Apple Silicon
I think the problem is that I am building an image for amd64 on arm64. FROM --platform=linux/amd64. I need it line.
Also different type for URL. i cant use URL with fetch... ``` Argument of type URL is not assignable to parameter of type string | Request | URL ```
And don't forget about otel-collector
See Message entities
```ts switch (history.className) { case "messages.ChannelMessages": for (const message of history.messages) { switch (message.className) { case "Message": for (const entity of message.entities || []) { switch (entity.className) { case "MessageEntityUrl":...