rupadana / filament-api-service

A simple api service for supporting filamentphp
https://filamentphp.com/plugins/rupadana-api-service
MIT License
95 stars 22 forks source link

[Bug]: Tokens routes do not work in prod environment #63

Closed skills-up closed 6 days ago

skills-up commented 6 days ago

What happened?

I've come across a strange issue where the tokens route return 404 in prod environment, but work alright in local environment.

How to reproduce the bug

set APP_ENV=prod in .env, and the tokens route will be invisible

Package Version

3.2

PHP Version

8.2.18

Laravel Version

11.9.2

Which operating systems does with happen with?

Linux

Notes

No response

skills-up commented 6 days ago

And now it's working