isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

Isar inspector returning 404 #81

Closed JCKodel closed 3 months ago

JCKodel commented 4 months ago

Steps to Reproduce

After updating to Isar 4.0.3, those links:

image

results in

image

Details

nobkd commented 4 months ago

Duplicate of #72. Probably already fixed in code, but not published? (not sure, because the code change there was for v3) https://github.com/isar-community/isar/issues/72#issuecomment-2096415473 might work to fix it on local

JCKodel commented 4 months ago

Duplicate of #72. Probably already fixed in code, but not published? (not sure, because the code change there was for v3) #72 (comment) might work to fix it on local

Ok, but notice that the workaround does NOT work on 4.0.3. Changing the URL to https://inspect.isar-community.dev/${Isar.version}/#/$port$path does NOT work.

vicenterusso commented 3 months ago

This should be fixed now. Just click the link displayed by the console log.

Old inspector URLs are being redirected to new place (inspect.isar-community.dev).