Nguyễn Đức Huy
Nguyễn Đức Huy
> > I have a similar problem. I attach 1 domain (my_domain.com) to the IP address of my server, and then I deploy my application through 2 ports (1 for...
Same problem, have you solve this yet?
@sounddrill31 I use `actions/create-release` and `actions/upload-release-asset` as an alternative, old but gold, and they work for me (so far). You could try ```yaml jobs: build: runs-on: windows-latest steps: - name:...
Since `pydantic.BaseConfig` is deprecated, use `model_config = ConfigDict(extra='allow')` instead of subclass `Config` More information: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict