problem with the region

I started taking ip block out of nowhere and my application stopped working, my instance needs to be in Brazil or I can’t use the route for my app to work, it was working normally and now it doesn’t work anymore, it seems that the instance has changed places but not panel it is still in gru.

2023-05-15T20:55:41Z app[17811903f46489] gru [info]2023/05/15 20:55:41 listening on [fdaa:1:39e9:a7b:145:7b5a:c854:2]:22 (DNS: [fdaa::3]:53)
2023-05-15T21:03:51Z app[17811903f46489] gru [info]:fire:Double Blaze AI Signals​:game_die:
2023-05-15T21:03:51Z app[17811903f46489] gru [info]Error getting data from blaze.com: 451 Client Error: Unavailable For Legal Reasons for url: https://blaze.com/api/roulette_games/history
2023-05-15T21:03:51Z app[17811903f46489] gru [info]Error getting data from blaze.com: 451 Client Error: Unavailable For Legal Reasons for url: https://blaze.com/api/roulette_games/history
2023-05-15T21:03:51Z app[17811903f46489] gru [info]Error getting data from blaze.com: 451 Client Error: Unavailable For Legal Reasons for url: https://blaze.com/api/roulette_games/history
2023-05-15T21:03:51Z app[17811903f46489] gru [info]Error getting data from blaze.com: 451 Client Error: Unavailable For Legal Reasons for url: https://blaze.com/api/roulette_games/history

heres my fly.toml

# fly.toml app configuration file generated for double-ai-signals on 2023-05-15T16:32:38Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "double-ai-signals"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "gru"
processes = []

[build]

[env]

[experimental]
  auto_rollback = true
  
[[services]]
  http_checks = []
  internal_port = 8080
  processes = ["app"]
  protocol = "tcp"
  script_checks = []
  [services.concurrency]
    hard_limit = 25
    soft_limit = 20
    type = "connections"

  [[services.ports]]
    force_https = true
    handlers = ["http"]
    port = 80

  [[services.ports]]
    handlers = ["tls", "http"]
    port = 443

App
Name = double-ai-signals
Owner = personal
Hostname = double-ai-signals.fly.dev
Platform = machines
ID STATE REGION HEALTH CHECKS IMAGE CREATED UPDATED
17811903f46489 stopped gru double-ai-signals:deployment-01H0GJ1S13CB9SAXYP5D74ANE4 2023-05-15T20:38:41Z 2023-05-15T21:19:30Z

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.